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
A successful Superset deployment should not rely on the presence of Keycloak and its reachability.
If Keycloak is unreachable, a Superset deployment fails due to the following config: https://github.com/mitodl/ol-infrastructure/blob/main/src/ol_superset/pythonpath/superset_config.py#L84
Store Keycloak public cert along with other required config variables in Vault so that Keycloak reachability does not hinder Superset deployment.
The text was updated successfully, but these errors were encountered:
Ardiea
Successfully merging a pull request may close this issue.
Expected Behavior
A successful Superset deployment should not rely on the presence of Keycloak and its reachability.
Current Behavior
If Keycloak is unreachable, a Superset deployment fails due to the following config:
https://github.com/mitodl/ol-infrastructure/blob/main/src/ol_superset/pythonpath/superset_config.py#L84
Possible Solution
Store Keycloak public cert along with other required config variables in Vault so that Keycloak reachability does not hinder Superset deployment.
Additional Details
The text was updated successfully, but these errors were encountered: