mirror of
https://github.com/hashicorp/vault.git
synced 2026-07-02 05:50:11 -04:00
7 lines
112 B
HCL
7 lines
112 B
HCL
path "secret/foo" {
|
|
policy = "write"
|
|
}
|
|
|
|
path "secret/bar/*" {
|
|
capabilities = ["create", "read", "update"]
|
|
}
|