fix: [nomad-step-2] S2-fix-G — strip trailing /* from all vault policy paths (systemic 403) (#951)
All checks were successful
All checks were successful
This commit is contained in:
parent
c47c6e71bd
commit
8f5652864d
11 changed files with 31 additions and 31 deletions
|
|
@ -6,10 +6,10 @@
|
|||
# Scope: kv/disinto/shared/woodpecker/* — entries owned by the operator
|
||||
# and consumed by woodpecker-server + woodpecker-agent.
|
||||
|
||||
path "kv/data/disinto/shared/woodpecker/*" {
|
||||
path "kv/data/disinto/shared/woodpecker" {
|
||||
capabilities = ["read"]
|
||||
}
|
||||
|
||||
path "kv/metadata/disinto/shared/woodpecker/*" {
|
||||
path "kv/metadata/disinto/shared/woodpecker" {
|
||||
capabilities = ["list", "read"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue