Skip to content

Commit

Permalink
fix policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Szotkowski committed Sep 22, 2023
1 parent 835bb94 commit 950c4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/example-user-policy.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ path "transit/decrypt/{{id}}/*" {
path "auth/token/renew-self" {
capabilities = ["update"]
}
path "auth/token/create" {
path "auth/userpass/login/*" {
capabilities = ["create"]
}

0 comments on commit 950c4ee

Please sign in to comment.