diff --git a/README.md b/README.md index 96e9ae5..618586b 100644 --- a/README.md +++ b/README.md @@ -299,7 +299,7 @@ Here are all the inputs available through `with`: | `githubToken` | The Github Token to be used to authenticate with Vault | | | | `jwtPrivateKey` | Base64 encoded Private key to sign JWT | | | | `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 | | `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. | | | diff --git a/action.yml b/action.yml index 13b91c5..3af26db 100644 --- a/action.yml +++ b/action.yml @@ -70,7 +70,7 @@ inputs: description: 'Password for key stored in jwtPrivateKey (if needed)' required: false jwtGithubAudience: - description: '' + description: 'Identifies the recipient ("aud" claim) that the JWT is intended for' required: false jwtTtl: description: 'Time in seconds, after which token expires'