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

chore(ui): bump oauth4webapi major version #3039

Merged
merged 3 commits into from
Dec 4, 2024
Merged

Conversation

Marvin9
Copy link
Contributor

@Marvin9 Marvin9 commented Dec 2, 2024

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

Signed-off-by: Mayursinh Sarvaiya <[email protected]>
@Marvin9 Marvin9 requested a review from a team as a code owner December 2, 2024 22:02
Copy link

netlify bot commented Dec 2, 2024

Deploy Preview for docs-kargo-io ready!

Name Link
🔨 Latest commit 55f30a3
🔍 Latest deploy log https://app.netlify.com/sites/docs-kargo-io/deploys/6750a1d523188b0008ad7461
😎 Deploy Preview https://deploy-preview-3039.docs.kargo.io
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Dec 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 51.09%. Comparing base (2acb204) to head (55f30a3).
Report is 8 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@krancour krancour added this to the v1.2.0 milestone Dec 3, 2024
.discoveryRequest(issuerUrl)
.then((response) => oauth.processDiscoveryResponse(issuerUrl, response))
discoveryRequest(issuerUrl, {
[allowInsecureRequests]: shouldAllowHttpRequest()
Copy link
Contributor Author

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]>
@Marvin9 Marvin9 added this pull request to the merge queue Dec 4, 2024
Merged via the queue into main with commit 3dcabac Dec 4, 2024
20 checks passed
@Marvin9 Marvin9 deleted the Marvin9/bump-oauth4webapi branch December 4, 2024 19:24
fykaa pushed a commit to fykaa/kargo that referenced this pull request Dec 20, 2024
fykaa pushed a commit to fykaa/kargo that referenced this pull request Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants