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

High availability layer creation #53

Open
lcmgh opened this issue Aug 9, 2024 · 0 comments
Open

High availability layer creation #53

lcmgh opened this issue Aug 9, 2024 · 0 comments

Comments

@lcmgh
Copy link

lcmgh commented Aug 9, 2024

When using AuthorizerBuilder::from_oidc the layer creation fails if the OIDC provider is not available. To still be able to continue (and rejecting unauthorized requests) there is currently no option to add the failed OIDC provider on a later stage.

Goal:

  • Minimize impact caused by downtimes of attached OIDC providers
  • Try to initialize failed oidc provider inits on a later time without the need to restart the server
  • Continue with oidc providers for that the init worked fine (configurable if desired)
  • When using multiple oidc providers the malfunction of one more oidc providers should not impact the working ones
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant