Keystone Kerberos
- OpenStack Charmers
- Cloud
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/edge | 67 | 18 Nov 2024 | |
latest/edge | 66 | 18 Nov 2024 | |
latest/edge | 65 | 18 Nov 2024 | |
latest/edge | 64 | 18 Nov 2024 | |
latest/edge | 58 | 08 Mar 2024 | |
latest/edge | 55 | 16 Aug 2023 | |
latest/edge | 53 | 12 Apr 2023 | |
latest/edge | 30 | 10 May 2022 | |
yoga/stable | 47 | 23 Jan 2023 | |
zed/stable | 45 | 23 Jan 2023 | |
xena/stable | 48 | 25 Jan 2023 | |
wallaby/stable | 49 | 25 Jan 2023 | |
victoria/stable | 46 | 23 Jan 2023 | |
ussuri/stable | 51 | 26 Jan 2023 | |
train/candidate | 44 | 13 Dec 2022 | |
train/edge | 50 | 26 Jan 2023 | |
stein/candidate | 44 | 13 Dec 2022 | |
stein/edge | 50 | 26 Jan 2023 | |
rocky/candidate | 44 | 13 Dec 2022 | |
rocky/edge | 50 | 26 Jan 2023 | |
queens/candidate | 44 | 13 Dec 2022 | |
queens/edge | 50 | 26 Jan 2023 | |
2024.1/candidate | 59 | 24 May 2024 | |
2024.1/candidate | 55 | 24 Jan 2024 | |
2023.2/stable | 56 | 30 Nov 2023 | |
2023.1/stable | 54 | 02 Jun 2023 |
juju deploy keystone-kerberos --channel yoga/stable
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
debug | boolean
Enable debug logging
-
display-name | string
Default: keystone-kerberos
Custom name for UI
-
kerberos-domain | string
Default: k8s
The OpenStack domain against which Kerberos authentication should be used.
-
kerberos-realm | string
The domain over which a Kerberos authentication server has the authority to authenticate a user, host or service. It is often the upper case version fo the name of the DNS domain over which is presides, i.e REALM.COM. Must be in caps.
-
kerberos-server | string
Kerberos server name. Typically, the server name is composed of a name followed by the realm name, i.e, krb5.realm.com
-
ssl_ca | string
TLS CA to use to communicate with other components in a deployment. . NOTE: This configuration option will take precedence over any certificates received over the
certificates
relation. -
ssl_cert | string
TLS certificate to install and use for any listening services. . NOTE: This configuration option will take precedence over any certificates received over the
certificates
relation. -
ssl_key | string
TLS key to use with certificate specified as
ssl_cert
. . NOTE: This configuration option will take precedence over any certificates received over thecertificates
relation. -
use-internal-endpoints | boolean
Openstack mostly defaults to using public endpoints for internal communication between services. If set to True this option will configure services to use internal endpoints where possible.
-
use-syslog | boolean
Setting this to True will allow supporting services to log to syslog.
-
verbose | boolean
Enable verbose logging