From f411f13f6023dd10d7362481dd58b5d7453a6379 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 16 Mar 2024 08:42:27 +0000 Subject: [PATCH] doc: custom mount path for JWT with Github OIDC --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8dce6af..01b951e 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,7 @@ with: method: jwt jwtGithubAudience: sigstore # set the GitHub token's aud claim ``` +**N.B** If your `jwt` auth method is not mounted at `jwt` you need to supply `path: custom-mount-path` otherwise you will get `ERR_NON_2XX_3XX_RESPONSE` error. ### AppRole