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

Apply suggestions from code review

Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
This commit is contained in:
Falcon Taylor-Carter 2021-05-19 14:21:43 -04:00 committed by GitHub
parent 8e61cf171f
commit 6d61a12832
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ inputs:
description: 'Vault role for specified auth method' description: 'Vault role for specified auth method'
required: false required: false
path: path:
description: 'Custom vault path, if the auth method was enabled at a different path' description: 'Custom Vault path, if the auth method was mounted at a different path'
required: false required: false
token: token:
description: 'The Vault Token to be used to authenticate with Vault' description: 'The Vault Token to be used to authenticate with Vault'
@ -33,7 +33,7 @@ inputs:
description: 'The Github Token to be used to authenticate with Vault' description: 'The Github Token to be used to authenticate with Vault'
required: false required: false
kubernetesTokenPath: kubernetesTokenPath:
description: 'The path to the kubernetes service account secret' description: 'The path to the Kubernetes service account secret'
required: false required: false
default: '/var/run/secrets/kubernetes.io/serviceaccount/token' default: '/var/run/secrets/kubernetes.io/serviceaccount/token'
authPayload: authPayload: