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:
parent
8e61cf171f
commit
6d61a12832
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue