glauth-k8s

Glauth K8S

Channel Revision Published Runs on
latest/stable 16 20 May 2024
Ubuntu 22.04
latest/edge 57 11 Dec 2025
Ubuntu 22.04
juju deploy glauth-k8s --channel edge
Show information

Platform:

Learn about configurations >

  • 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

  • cpu | string

    K8s cpu resource limit, e.g. "1" or "500m". Default is unset (no limit). This value is used for the "limits" portion of the resource requirements (the "requests" portion is automatically deduced from it). See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

  • 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"

  • memory | string

    K8s memory resource limit, e.g. "1Gi". Default is unset (no limit). This value is used for the "limits" portion of the resource requirements (the "requests" portion is automatically deduced from it). See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

  • starttls_enabled | boolean

    Default: True

    Enable the StartTLS support or not. DO NOT TURN IT OFF IN PRODUCTION.