We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current default configuration for federation depends on the following values in defaults.yml
To enable federation, the current defaults must be set:
kolla_enable_tls_external: yes kolla_external_fqdn: <cert is present and resolves to this fqdn>
If tls is disabled for example, the install will fail with cryptic errors
The text was updated successfully, but these errors were encountered:
There are two dependencies: The kolla-ansible error messages are largely resolved in ChameleonCloud/kolla-ansible#18 .
However, keycloak requires the endpoint to have a valid TLS cert for redirects to work.
A fix here would be to WARN and disable keystone federation if a certificate is not present, so that admin login would still be functional.
Sorry, something went wrong.
GitBook: [#117] Document setting default pxe images
e310262
msherman64
No branches or pull requests
The current default configuration for federation depends on the following values in defaults.yml
To enable federation, the current defaults must be set:
If tls is disabled for example, the install will fail with cryptic errors
The text was updated successfully, but these errors were encountered: