Glauth K8S
- Identity Charmers
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 16 | 20 May 2024 | |
latest/edge | 54 | 02 Apr 2025 |
juju deploy glauth-k8s --channel edge
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:
-
anonymousdse_enabled | boolean
Allow anonymous requests to the root directory server agent service entry (root DSE).
Anonymous request MUST be enabled for applications like SSSD to successfully bind to the Glauth server. Anonymous requests should be disabled if not integrating with applications that must first anonymously query the root DSE before binding to an LDAP server.
-
base_dn | string
Default: dc=glauth,dc=com
The base DN
-
ldaps_enabled | boolean
Enable LDAP over TLS (LDAPS) support.
-
log_level | string
Default: info
Configures the log level.
Acceptable values are: "info", "debug", "warning", "error" and "critical"
-
starttls_enabled | boolean
Default: True
Enable the StartTLS support or not. DO NOT TURN IT OFF IN PRODUCTION.