terraform-vault/policies/transit/encrypt/au-syd1-k8s-vso.hcl
Ben Vincent 85d81fef72 feat: add transit engine
- add transit engine
- add policies to manage keys, encryption and decryption
- add ability to create keys to tf_vault approle
2025-11-15 15:55:51 +11:00

5 lines
129 B
HCL

# Allow encryption with the au-syd1-k8s-vso key
path "transit/encrypt/au-syd1-k8s-vso" {
capabilities = ["create", "update"]
}