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:
@@ -0,0 +1,8 @@
|
||||
# Allow management of keys (create, update, delete, list, and read)
|
||||
path "transit/keys/*" {
|
||||
capabilities = ["create", "update", "delete", "read", "list"]
|
||||
}
|
||||
# Allow listing of available keys
|
||||
path "transit/keys" {
|
||||
capabilities = ["read", "list"]
|
||||
}
|
||||
Reference in New Issue
Block a user