-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
fix(server): oidc registration #12723
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
Conversation
WalkthroughThe control flow in the OIDC provider's setup validation was modified so that Changes
Sequence Diagram(s)sequenceDiagram
participant OIDCProvider
participant SuperClass
OIDCProvider->OIDCProvider: setup()
OIDCProvider->OIDCProvider: validate()
OIDCProvider->OIDCProvider: Attempt to fetch OIDC config
alt Fetch succeeds
OIDCProvider->OIDCProvider: Parse configuration
else Fetch fails
OIDCProvider->OIDCProvider: Handle error
end
OIDCProvider->SuperClass: setup()
Assessment against linked issues
Assessment against linked issues: Out-of-scope changesNo out-of-scope changes found. Suggested labels
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (56)
🔇 Additional comments (2)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## canary #12723 +/- ##
==========================================
- Coverage 55.95% 55.85% -0.10%
==========================================
Files 2653 2653
Lines 125273 125274 +1
Branches 19887 19822 -65
==========================================
- Hits 70102 69978 -124
- Misses 52865 53129 +264
+ Partials 2306 2167 -139
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
close #12707
Summary by CodeRabbit