Skip to content

Commit

Permalink
Update common/oauth2-proxy/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tarek Abouzeid <[email protected]>
Signed-off-by: Julius von Kohout <[email protected]>
  • Loading branch information
juliusvonkohout and tarekabouzeid authored Dec 6, 2024
1 parent 15c19ff commit 92d908a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/oauth2-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ spec:
prefix: "Bearer "
```

You can also add more RequestAuthentication to support other issuers as for eyample for M2M acces from github actions as explained in the root level Readme.md.
You can also add more RequestAuthentication to support other issuers as for example for M2M access from github actions as explained in the root level Readme.md.
This feature is useful when you need to integrate Kubeflow with you current CI/CD platform (GitHub Actions, Jenkins) via machine-to-machine authentication.
The following is an example for obtaining and using a JWT token From your IDP with Python, but you can also just take a look at our CI/CD test that uses simple Kubernetes serviceaccount tokens to access KFP, Jupyterlabs etc. from GitHub Actions.

Expand Down

0 comments on commit 92d908a

Please sign in to comment.