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:
parent
a727ce205a
commit
f411f13f60
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue