mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-14 18:13:45 +00:00
fix: add description for jwtGithubAudience
This commit is contained in:
parent
eaa7d6890c
commit
7f400189c6
2 changed files with 2 additions and 2 deletions
|
|
@ -299,7 +299,7 @@ Here are all the inputs available through `with`:
|
||||||
| `githubToken` | The Github Token to be used to authenticate with Vault | | |
|
| `githubToken` | The Github Token to be used to authenticate with Vault | | |
|
||||||
| `jwtPrivateKey` | Base64 encoded Private key to sign JWT | | |
|
| `jwtPrivateKey` | Base64 encoded Private key to sign JWT | | |
|
||||||
| `jwtKeyPassword` | Password for key stored in jwtPrivateKey (if needed) | | |
|
| `jwtKeyPassword` | Password for key stored in jwtPrivateKey (if needed) | | |
|
||||||
| `jwtGithubAudience` | Audience (`aud`) for Github OIDC token | sigstore| |
|
| `jwtGithubAudience` | Identifies the recipient ("aud" claim) that the JWT is intended for |`sigstore`| |
|
||||||
| `jwtTtl` | Time in seconds, after which token expires | | 3600 |
|
| `jwtTtl` | Time in seconds, after which token expires | | 3600 |
|
||||||
| `kubernetesTokenPath` | The path to the service-account secret with the jwt token for kubernetes based authentication |`/var/run/secrets/kubernetes.io/serviceaccount/token` | |
|
| `kubernetesTokenPath` | The path to the service-account secret with the jwt token for kubernetes based authentication |`/var/run/secrets/kubernetes.io/serviceaccount/token` | |
|
||||||
| `authPayload` | The JSON payload to be sent to Vault when using a custom authentication method. | | |
|
| `authPayload` | The JSON payload to be sent to Vault when using a custom authentication method. | | |
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,7 @@ inputs:
|
||||||
description: 'Password for key stored in jwtPrivateKey (if needed)'
|
description: 'Password for key stored in jwtPrivateKey (if needed)'
|
||||||
required: false
|
required: false
|
||||||
jwtGithubAudience:
|
jwtGithubAudience:
|
||||||
description: ''
|
description: 'Identifies the recipient ("aud" claim) that the JWT is intended for'
|
||||||
required: false
|
required: false
|
||||||
jwtTtl:
|
jwtTtl:
|
||||||
description: 'Time in seconds, after which token expires'
|
description: 'Time in seconds, after which token expires'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue