5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-07 07:06:56 +00:00

doc: custom mount path for JWT with Github OIDC

This commit is contained in:
Adam 2024-03-16 08:42:27 +00:00 committed by GitHub
parent a727ce205a
commit f411f13f60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -179,6 +179,7 @@ with:
method: jwt method: jwt
jwtGithubAudience: sigstore # set the GitHub token's aud claim 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 ### AppRole