-
Notifications
You must be signed in to change notification settings - Fork 370
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
docs: how to connect to an OIDC provider with a self-signed cert #4889
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4889 +/- ##
=======================================
Coverage 66.25% 66.25%
=======================================
Files 209 209
Lines 31922 31922
=======================================
+ Hits 21149 21151 +2
+ Misses 9524 9522 -2
Partials 1249 1249 ☔ View full report in Codecov by Sentry. |
zhaohuabing
force-pushed
the
update-oidc-docs
branch
6 times, most recently
from
December 11, 2024 07:59
c4ae386
to
8fa5f40
Compare
Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
zhaohuabing
force-pushed
the
update-oidc-docs
branch
from
December 11, 2024 08:00
8fa5f40
to
449e024
Compare
zirain
approved these changes
Dec 18, 2024
shawnh2
approved these changes
Dec 18, 2024
zhaohuabing
added a commit
to zhaohuabing/gateway
that referenced
this pull request
Dec 20, 2024
…oyproxy#4889) update oidc docs Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
zhaohuabing
added a commit
to zhaohuabing/gateway
that referenced
this pull request
Dec 20, 2024
…oyproxy#4889) update oidc docs Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
zhaohuabing
added a commit
to zhaohuabing/gateway
that referenced
this pull request
Dec 20, 2024
…oyproxy#4889) update oidc docs Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
zhaohuabing
added a commit
to zhaohuabing/gateway
that referenced
this pull request
Dec 20, 2024
…oyproxy#4889) update oidc docs Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
zhaohuabing
added a commit
to zhaohuabing/gateway
that referenced
this pull request
Dec 20, 2024
…oyproxy#4889) update oidc docs Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
zhaohuabing
added a commit
to zhaohuabing/gateway
that referenced
this pull request
Dec 20, 2024
…oyproxy#4889) update oidc docs Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
zhaohuabing
added a commit
to zhaohuabing/gateway
that referenced
this pull request
Dec 20, 2024
…oyproxy#4889) update oidc docs Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
zhaohuabing
added a commit
to zhaohuabing/gateway
that referenced
this pull request
Dec 20, 2024
…oyproxy#4889) update oidc docs Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
Dean-Coakley
pushed a commit
to Dean-Coakley/envoy-gateway
that referenced
this pull request
Dec 20, 2024
…oyproxy#4889) update oidc docs Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
zhaohuabing
added a commit
to zhaohuabing/gateway
that referenced
this pull request
Dec 21, 2024
…oyproxy#4889) update oidc docs Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
zirain
pushed a commit
that referenced
this pull request
Dec 31, 2024
* docs: how to connect to an OIDC provider with a self-signed cert (#4889) update oidc docs Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com> * remove override Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com> * address comment Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com> * continue on errors Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com> * continue on errors Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com> * add space Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com> --------- Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes: #4867
Release Notes: No