-
Notifications
You must be signed in to change notification settings - Fork 164
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
chore(ui): bump oauth4webapi
major version
#3039
Conversation
Signed-off-by: Mayursinh Sarvaiya <[email protected]>
Signed-off-by: Mayursinh Sarvaiya <[email protected]>
✅ Deploy Preview for docs-kargo-io ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3039 +/- ##
=======================================
Coverage 51.09% 51.09%
=======================================
Files 283 283
Lines 25392 25402 +10
=======================================
+ Hits 12973 12979 +6
- Misses 11720 11724 +4
Partials 699 699 ☔ View full report in Codecov by Sentry. |
.discoveryRequest(issuerUrl) | ||
.then((response) => oauth.processDiscoveryResponse(issuerUrl, response)) | ||
discoveryRequest(issuerUrl, { | ||
[allowInsecureRequests]: shouldAllowHttpRequest() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@krancour FYI this will block auth if IDP is not configured with https. I want to make sure there is absolutely no requirement of http request to IDP except it is local development environment.
Signed-off-by: Mayursinh Sarvaiya <[email protected]>
Signed-off-by: Mayursinh Sarvaiya <[email protected]>
Signed-off-by: Mayursinh Sarvaiya <[email protected]>
NOTE: This could potentially be breaking change if API server does not have SSL and Dex is being used. HTTP requests will not be supported to IDPs
Read all breaking changes here - https://github.com/panva/oauth4webapi/releases/tag/v3.0.0
Old dependabot PR #3025