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