mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-04-30 07:04:26 +00:00
feat: simplify input parameters and docs
This commit is contained in:
parent
9c32e02d93
commit
19c0b21a1d
6 changed files with 80 additions and 80 deletions
12
action.yml
12
action.yml
|
|
@ -1,14 +1,14 @@
|
|||
name: 'Vault Secrets'
|
||||
description: 'A Github Action that allows you to consume vault secrets as secure environment variables'
|
||||
name: 'Vault'
|
||||
description: 'A Github Action that allows you to consume the v2 K/V backend of HashiCorp Vault as secure environment variables'
|
||||
inputs:
|
||||
vaultUrl:
|
||||
url:
|
||||
description: 'The URL for the vault endpoint'
|
||||
required: true
|
||||
vaultToken:
|
||||
token:
|
||||
description: 'The Vault Token to be used to authenticate with Vault'
|
||||
required: true
|
||||
keys:
|
||||
description: 'A semicolon-separated list of key paths to retrieve. These will automatically be converted to environmental variable keys. See README for more details'
|
||||
secrets:
|
||||
description: 'A semicolon-separated list of secrets to retrieve. These will automatically be converted to environmental variable keys. See README for more details'
|
||||
required: true
|
||||
runs:
|
||||
using: 'node12'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue