Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 5m11s
20 lines
396 B
HCL
20 lines
396 B
HCL
path "*" {
|
|
capabilities = ["list", "read"]
|
|
}
|
|
|
|
path "secrets/data/*" {
|
|
capabilities = ["create", "read", "update", "delete", "list"]
|
|
}
|
|
|
|
path "kv/data/*" {
|
|
capabilities = ["create", "read", "update", "delete", "list"]
|
|
}
|
|
|
|
|
|
path "secret/data/*" {
|
|
capabilities = ["create", "read", "update", "delete", "list"]
|
|
}
|
|
|
|
path "auth/token/create" {
|
|
capabilities = ["create", "read", "update", "list"]
|
|
} |