- Store the CA’s root public certificate to an Opaque Kubernetes secret in the Astro Private Cloud namespace with a descriptive name, such as
private-root-ca, by running the following command.
- Add
<secret name>to the list of secret names contained inglobal.privateCaCertsinvalues.yaml:
- Create a database secret and add
<secret name>to the list of secret names.
- Add your Private CA to your Helm
values.yaml.
LDAP over LDAPS with a private CA
Astro Private Cloud 2.1This feature was introduced in Astro Private Cloud 2.1. To access this feature, upgrade your Astro Private Cloud installation to 2.1 or later.
auth.ldap.tls.mode: ldaps and auth.ldap.tls.verifyServerCert: true in Houston’s configuration. For the LDAP-side configuration, see Configure LDAP authentication.