-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
fix: remove OIDC auth from Http Api #1491
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1491 +/- ##
===========================================
+ Coverage 94.1% 94.12% +0.02%
===========================================
Files 78 78
Lines 4900 4921 +21
Branches 988 989 +1
===========================================
+ Hits 4611 4632 +21
Misses 134 134
Partials 155 155
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## develop #1491 +/- ##
===========================================
+ Coverage 94.10% 94.12% +0.02%
===========================================
Files 78 78
Lines 4900 4921 +21
Branches 988 989 +1
===========================================
+ Hits 4611 4632 +21
Misses 134 134
Partials 155 155
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## develop #1491 +/- ##
===========================================
+ Coverage 94.1% 94.12% +0.02%
===========================================
Files 78 78
Lines 4900 4921 +21
Branches 988 989 +1
===========================================
+ Hits 4611 4632 +21
Misses 134 134
Partials 155 155
Continue to review full report at Codecov.
|
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.
I think, instead of breaking our customers with a invalid property error, we should try to put an error message that says this is no longer supported.
Added an explicit error in latest commit. |
Codecov Report
@@ Coverage Diff @@
## develop #1491 +/- ##
===========================================
+ Coverage 94.10% 94.13% +0.02%
===========================================
Files 78 78
Lines 4900 4925 +25
Branches 988 990 +2
===========================================
+ Hits 4611 4636 +25
Misses 134 134
Partials 155 155
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## develop #1491 +/- ##
===========================================
+ Coverage 94.1% 94.13% +0.02%
===========================================
Files 78 78
Lines 4900 4925 +25
Branches 988 990 +2
===========================================
+ Hits 4611 4636 +25
Misses 134 134
Partials 155 155
Continue to review full report at Codecov.
|
Issue #, if available:
N/A
Description of changes:
OIDC and OAuth2 are the same authorization on the backend and the configuration for both is practically the same. This was causing some confusion for customers (and for us), so we decided to remove OIDC and only support the OAuth2 strategy for GA for Http Apis.
Description of how you validated changes:
Local and cloud testing
Checklist:
make pr
passesexamples/2016-10-31
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.