OpenLDAP
- By openldap-charmers
Channel | Version | Revision | Published | Runs on |
---|---|---|---|---|
latest/stable | 7 | 7 | 08 Apr 2021 |
juju deploy openldap-charmers-openldap
You will need Juju 2.9 to be able to run this command. Learn how to upgrade to Juju 2.9.
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
OpenLDAP Operator
Overview
This charm provides an OpenLDAP server using the SQL backend.
Usage
For details on using Kubernetes with Juju see here, and for details on using Juju with MicroK8s for easy local testing see here.
To deploy this charm with both OpenLDAP and PostgreSQL inside a k8s model, run:
juju deploy cs:~openldap-charmers/openldap
juju deploy cs:~postgresql-charmers/postgresql-k8s postgresql
juju add-relation openldap:db postgresql:db
To retrieve the auto-generated LDAP admin password, run, assuming you're using Juju 2.x:
juju run-action openldap/0 --wait get-admin-password
For further details, see here.