mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-05-23 01:05:53 +00:00
Introduce jwt Issued At
If time drift occurs between the identity provider and the Hashi Vault, authentication will fail. This is resolved by introducing a param to specify the number of seconds in the past for the jwt issued date
This commit is contained in:
parent
9f522b8598
commit
2c6158aeef
3 changed files with 11 additions and 4 deletions
|
|
@ -86,6 +86,10 @@ inputs:
|
|||
description: 'Time in seconds, after which token expires'
|
||||
required: false
|
||||
default: 3600
|
||||
jwtIat:
|
||||
description: 'Number of seconds (int) to predate the token issued at (iat).'
|
||||
required: false
|
||||
default: 60
|
||||
secretEncodingType:
|
||||
description: 'The encoding type of the secret to decode. If not specified, the secret will not be decoded. Supported values: base64, hex, utf8'
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue