- add transit engine - add policies to manage keys, encryption and decryption - add ability to create keys to tf_vault approle
5 lines
129 B
HCL
5 lines
129 B
HCL
# Allow decryption with the au-syd1-k8s-vso key
|
|
path "transit/decrypt/au-syd1-k8s-vso" {
|
|
capabilities = ["create", "update"]
|
|
}
|