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

user doc for oidc #2256

Merged
merged 6 commits into from
Dec 1, 2023
Merged

user doc for oidc #2256

merged 6 commits into from
Dec 1, 2023

Conversation

zhaohuabing
Copy link
Member

close #2208

Copy link

codecov bot commented Nov 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (415e268) 64.29% compared to head (51591c3) 64.28%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2256      +/-   ##
==========================================
- Coverage   64.29%   64.28%   -0.02%     
==========================================
  Files         112      112              
  Lines       15728    15728              
==========================================
- Hits        10112    10110       -2     
- Misses       4976     4978       +2     
  Partials      640      640              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@zhaohuabing zhaohuabing marked this pull request as draft November 30, 2023 06:51
@zhaohuabing zhaohuabing marked this pull request as ready for review November 30, 2023 08:06
@zhaohuabing zhaohuabing force-pushed the oidc-doc branch 2 times, most recently from 449b109 to 8111b29 Compare November 30, 2023 08:09
Signed-off-by: huabing zhao <[email protected]>
Copy link
Contributor

@shawnh2 shawnh2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, just some nits

site/content/en/latest/user/oidc.md Outdated Show resolved Hide resolved
site/content/en/latest/user/oidc.md Outdated Show resolved Hide resolved
site/content/en/latest/user/oidc.md Outdated Show resolved Hide resolved
```shell
export ENVOY_SERVICE=$(kubectl get svc -n envoy-gateway-system --selector=gateway.envoyproxy.io/owning-gateway-namespace=default,gateway.envoyproxy.io/owning-gateway-name=eg -o jsonpath='{.items[0].metadata.name}')

sudo kubectl -n envoy-gateway-system port-forward service/${ENVOY_SERVICE} 443:443
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i don't think we need to bring sudo in

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's because of the 443 port.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

got it

@zhaohuabing
Copy link
Member Author

/retest

@zirain zirain merged commit f3e4e93 into envoyproxy:main Dec 1, 2023
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OIDC docs
3 participants