Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 4d4fc80

Browse files
author
Christophe - CC4
committed
fix: read-only policy for approle auth
1 parent 606102e commit 4d4fc80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

applications/modules/vault/policies/read-only-policy.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ path "auth/token/create" {
2424
# Read auth methods broadly across Vault
2525
path "auth/*"
2626
{
27-
capabilities = ["read", "list"]
27+
capabilities = ["read", "list", "update"]
2828
}
2929

3030
# List auth methods

0 commit comments

Comments
 (0)