mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-09 16:16:55 +00:00
switch the default of method to jwt
This commit is contained in:
parent
ffff230862
commit
60c4553df2
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ inputs:
|
|||
required: false
|
||||
method:
|
||||
description: 'The method to use to authenticate with Vault.'
|
||||
default: 'token'
|
||||
default: 'jwt'
|
||||
required: false
|
||||
role:
|
||||
description: 'Vault role for specified auth method'
|
||||
|
|
|
|||
Loading…
Reference in a new issue