Skip to content
New issue

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

federated deployment toggle has dependency of TLS enablement #117

Open
msherman64 opened this issue Sep 13, 2021 · 1 comment
Open

federated deployment toggle has dependency of TLS enablement #117

msherman64 opened this issue Sep 13, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@msherman64
Copy link
Contributor

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

@msherman64 msherman64 self-assigned this Sep 13, 2021
@msherman64 msherman64 added the enhancement New feature or request label Sep 13, 2021
@msherman64
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant