mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-07 15:16:56 +00:00
fix(docs): Fix bound_audience example url in Github OIDC Token section (#302)
This commit is contained in:
parent
876cdcfdd3
commit
843e7fa30a
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ Configure a [Vault role](https://www.vaultproject.io/api/auth/jwt#create-role) f
|
||||||
|
|
||||||
- `role_type`: `jwt`
|
- `role_type`: `jwt`
|
||||||
|
|
||||||
- `bound_audiences`: `"http//github.com/<org>"`. Update this parameter if
|
- `bound_audiences`: `"https://github.com/<org>"`. Update this parameter if
|
||||||
you change the `aud` claim in the GitHub OIDC token via the
|
you change the `aud` claim in the GitHub OIDC token via the
|
||||||
`jwtGithubAudience` parameter in the action config.
|
`jwtGithubAudience` parameter in the action config.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue