5
0
Fork 0
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:
Gokalp Ozcan 2023-07-31 16:06:47 +10:00
parent ffff230862
commit 60c4553df2

View file

@ -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'