chore: add default_user_password credentials policy

- fix the comment for ldap_admin_password
- add policy to read default_user_password
This commit is contained in:
Ben Vincent 2026-02-15 13:43:02 +11:00
parent 51bc3fffc0
commit c825962490
2 changed files with 11 additions and 1 deletions

View File

@ -0,0 +1,10 @@
# Allow reading openldap default-user credentials
---
rules:
- path: "kv/data/service/openldap/default_user_password"
capabilities:
- read
auth:
approle:
- terraform_ldap

View File

@ -1,4 +1,4 @@
# Allow reading Radarr configuration
# Allow reading openldap admin credentials
---
rules:
- path: "kv/data/service/openldap/ldap_admin_password"