Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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'

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
```