Provide tutorial for OIDC Authentication with AWS ALB on Kubeflow#1780
Conversation
|
/WIP |
|
Hi @PatrickXYS. Thanks for your PR. I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/assign @Jeffwan |
|
It's still under development. The reason I want to create the PR is keeping you updated. @Jeffwan |
e8288fb to
114ad3d
Compare
9aab43c to
c2f3ec0
Compare
|
/WIP |
|
@PatrickXYS You can use WIP in the PR title in the future, I don't suggest you use it in commit log, and also make some other commits meaningful. One example is the new commit |
|
@Jeffwan Thank you for your suggestion, and for new added commit, they exist temporarily and I'll squash them after finished development. And I'll make new commit more meaningful. |
7fffd67 to
a482425
Compare
14e2be1 to
696caa9
Compare
|
/cc @sarahmaddox |
696caa9 to
76cb2a8
Compare
|
/ok-to-test |
|
It looks good to me on the technical side. /lgtm |
sarahmaddox
left a comment
There was a problem hiding this comment.
Thanks @PatrickXYS I've added a couple of comments about using shortcodes (variables) and relative URLs.
76cb2a8 to
ec54b6b
Compare
ec54b6b to
165bc79
Compare
|
Preview: https://5e6ac7630f252a0008e6691a--competent-brattain-de2d6d.netlify.com/ @sarahmaddox In the latest commit, I addressed your comments and you could check the preview. Thank you for guidance! |
|
Thanks @PatrickXYS! |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sarahmaddox The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Which issue is resolved by this Pull Request:
Resolves #1672
Description of your changes:
We've already provided a Cognito Authentication tutorial for our users, but some of aws users want to use OIDC with ALB for authentication. Thus, we provide a tutorial of setting up OIDC authentication with Github Login with ALB on Kubeflow.
This change is