From 2cd4ddcf23e2b70b5f0ccd716c94ccb8f34fba1e Mon Sep 17 00:00:00 2001 From: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:04:08 +0100 Subject: [PATCH] Update common/oauth2-proxy/README.md Co-authored-by: Tarek Abouzeid Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com> --- common/oauth2-proxy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/oauth2-proxy/README.md b/common/oauth2-proxy/README.md index 68414b5ce..56d32d9b7 100644 --- a/common/oauth2-proxy/README.md +++ b/common/oauth2-proxy/README.md @@ -178,7 +178,7 @@ spec: ``` 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. +This feature is useful when you need to integrate Kubeflow with your 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. ```