Compare commits

..

2 Commits

Author SHA1 Message Date
4cad39989f Merge pull request 'chore: add default_user_password credentials policy' (#55) from benvin/openldap_default_pass into master
Reviewed-on: #55
2026-02-15 13:45:45 +11:00
c825962490 chore: add default_user_password credentials policy
- fix the comment for ldap_admin_password
- add policy to read default_user_password
2026-02-15 13:43:02 +11:00
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"