5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-14 18:13:45 +00:00

fix(docs): Fix bound_audience example url in Github OIDC Token section

This commit is contained in:
Joonas Venäläinen 2022-04-02 23:49:24 +03:00
parent 876cdcfdd3
commit 2ceae58208

View file

@ -84,7 +84,7 @@ Configure a [Vault role](https://www.vaultproject.io/api/auth/jwt#create-role) f
- `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
`jwtGithubAudience` parameter in the action config.