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

This commit is contained in:
Joonas Venäläinen
2022-04-04 12:11:40 +03:00
committed by GitHub
parent 876cdcfdd3
commit 843e7fa30a

View File

@@ -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.