From 60c4553df2c123170b2ce8ace649030bdfb6f3ab Mon Sep 17 00:00:00 2001 From: Gokalp Ozcan Date: Mon, 31 Jul 2023 16:06:47 +1000 Subject: [PATCH] switch the default of method to jwt --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 70d7935..f413b94 100644 --- a/action.yml +++ b/action.yml @@ -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'