mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-10 00:26: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
|
required: false
|
||||||
method:
|
method:
|
||||||
description: 'The method to use to authenticate with Vault.'
|
description: 'The method to use to authenticate with Vault.'
|
||||||
default: 'token'
|
default: 'jwt'
|
||||||
required: false
|
required: false
|
||||||
role:
|
role:
|
||||||
description: 'Vault role for specified auth method'
|
description: 'Vault role for specified auth method'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue