Merge pull request 'fix(hydra-ldap): adding behavior to secret and CM generators' (#57) from fix/hydra_ldap_flux into unstable

Reviewed-on: #57
This commit is contained in:
wpetit 2025-02-19 11:27:49 +01:00
commit dc2c97c7f6

View File

@ -7,6 +7,7 @@ resources:
configMapGenerator: configMapGenerator:
- name: hydra-ldap-env - name: hydra-ldap-env
behavior: create
literals: literals:
- WERTHER_DEV_MODE=false - WERTHER_DEV_MODE=false
- WERTHER_LDAP_ROLE_CLAIM="https://hydra/claims/roles" - WERTHER_LDAP_ROLE_CLAIM="https://hydra/claims/roles"
@ -21,6 +22,7 @@ configMapGenerator:
secretGenerator: secretGenerator:
- name: hydra-ldap-sc - name: hydra-ldap-sc
behavior: create
literals: literals:
- WERTHER_LDAP_BINDDN="cn=reader,o=test,c=fr" - WERTHER_LDAP_BINDDN="cn=reader,o=test,c=fr"
- WERTHER_LDAP_BINDPW=ThisMustBeAbsolutelyChanged - WERTHER_LDAP_BINDPW=ThisMustBeAbsolutelyChanged