chore(opencloud): Remove external OpenLDAP deployment
OpenCloud has been migrated to use the built-in IDM service which provides an internal LDAP server (localhost:9236). The external OpenLDAP deployment is no longer needed. Changes: - Remove openldap-deployment.yaml and related configuration files - Remove openldap-admin-sealed.yaml (admin credentials) - Remove ldap-init-structure.ldif (initialization script) - Remove opencloud-ldap-schema files (schema configuration) - Remove OPENLDAP_DEPLOYMENT.md documentation - Remove OPENLDAP_ADMIN_PASSWORD env var from OpenCloud deployment The OpenCloud deployment now relies solely on the built-in IDM service for user and group storage via its internal LDAP interface. Resolves: DEV-421 Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
fa5343ca23
commit
39600eab34
1 changed files with 0 additions and 7 deletions
|
|
@ -290,13 +290,6 @@ spec:
|
|||
name: opencloud-config-secrets
|
||||
key: ldap-bind-password
|
||||
|
||||
# External OpenLDAP admin password (for user/group storage)
|
||||
- name: OPENLDAP_ADMIN_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: openldap-admin-secret
|
||||
key: admin-password
|
||||
|
||||
# IDM service user passwords
|
||||
- name: OC_IDM_ADMIN_PASSWORD
|
||||
valueFrom:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue