chore(opencloud): Remove external OpenLDAP deployment #1
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "chore/remove-openldap-from-opencloud"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Removes the external OpenLDAP deployment from the OpenCloud configuration, as OpenCloud has been migrated to use the built-in IDM service.
Changes
openldap-deployment.yamland related configuration filesopenldap-admin-sealed.yaml(admin credentials)ldap-init-structure.ldif(initialization script)opencloud-ldap-schemafiles (schema configuration)OPENLDAP_DEPLOYMENT.mddocumentationOPENLDAP_ADMIN_PASSWORDenvironment variable from OpenCloud deploymentRationale
OpenCloud now uses its built-in IDM service which provides an internal LDAP server on
localhost:9236with base DNo=libregraph-idm. The external OpenLDAP server (openldap.opencloud.svc.cluster.local:389with base DNdc=basicstack,dc=de) is no longer used.Testing
This is a cleanup PR that removes unused infrastructure. The OpenCloud deployment has already been updated to use the built-in IDM service in previous commits.
Resolves: DEV-421