5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-14 18:13:45 +00:00

Update action.yml

Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
This commit is contained in:
JohannesGuenther 2021-03-05 17:35:32 +01:00 committed by GitHub
parent 8a7c9e8dd1
commit 781b688fe6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ inputs:
description: "The role name for the kubernetes authentification" description: "The role name for the kubernetes authentification"
required: false required: false
tokenPath: tokenPath:
description: "The path to the kubernetes service account secret, the action reads the content of this file on the runner" description: "The path where the Kubernetes service account JWT is located"
required: false required: false
authPayload: authPayload:
description: 'The JSON payload to be sent to Vault when using a custom authentication method.' description: 'The JSON payload to be sent to Vault when using a custom authentication method.'