Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roberthstrand/demo-terraform-vault
Repository used for the talk 'Secure deployments with HashiCorp Vault'
https://github.com/roberthstrand/demo-terraform-vault
Last synced: 1 day ago
JSON representation
Repository used for the talk 'Secure deployments with HashiCorp Vault'
- Host: GitHub
- URL: https://github.com/roberthstrand/demo-terraform-vault
- Owner: roberthstrand
- License: gpl-3.0
- Created: 2021-05-04T20:36:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-08T11:07:18.000Z (over 3 years ago)
- Last Synced: 2024-12-18T02:44:39.035Z (6 days ago)
- Language: HCL
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# demo-terraform-vault
Repository used for the talk 'Secure deployments with HashiCorp Vault'```bash
# Enable azure secrets engine
vault secrets enable azure# Write config
vault write azure/config \
subscription_id= \
client_id= \
client_secret= \
tenant_id=vault write azure/roles/vses ttl=5m azure_roles=-<"
}
]
EOF
```