feat: add transit engine

- add transit engine
- add policies to manage keys, encryption and decryption
- add ability to create keys to tf_vault approle
This commit is contained in:
2025-11-15 15:55:51 +11:00
parent 59b7b01c23
commit 85d81fef72
6 changed files with 34 additions and 1 deletions
@@ -0,0 +1,4 @@
# Allow encryption with the au-syd1-k8s-vso key
path "transit/encrypt/au-syd1-k8s-vso" {
capabilities = ["create", "update"]
}