mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-14 10:37:00 +02:00
8 lines
112 B
HCL
8 lines
112 B
HCL
path "secret/foo" {
|
|
policy = "write"
|
|
}
|
|
|
|
path "secret/bar/*" {
|
|
capabilities = ["create", "read", "update"]
|
|
}
|