Allow for case of OpenID provider not yet being ready. - #1859
Open
MikeNeilson wants to merge 1 commit into
Open
Conversation
Attempts to initially query the provider and if it's not available try every 5 minutes until it is. Or never if now wellKnown URL was provided. Additionally, added mechanism to surpress specific IdentityProviders in certain envrionments. Modified docker compose to simulate the initial missing keycloak configuration and allow better remote development by removing the need for the alt well known setup.
MikeNeilson
force-pushed
the
bugfix/1858-auth-openapi-refresh
branch
from
August 3, 2026 17:49
d96ddb1 to
2b5009b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Attempts to initially query the provider and if it's not available try every 5 minutes until it is. Or never if now wellKnown URL was provided.
Additionally, added mechanism to surpress specific IdentityProviders in certain envrionments.
Modified docker compose to simulate the initial missing keycloak configuration and allow better remote development by removing the need for the alt well known setup.
Related Issue
Closes #1858
Validation
Manually - confirmed with the docker compose that hte initial load shows now OIDC provider, 5 minutes later there is a provider. Additonally the CWMSAAA reference is not present in the compose.
Not really a good way to setup a test of this; perhaps with a job that makes use of the docker-compose file similar to this https://github.com/opendcs/opendcs/blob/67d6d9e655132732796b006e94dc11fb35fe5dd9/.github/workflows/container-tests.yml#L17.
Checklist