mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-04-18 01:35:45 +00:00
Simplify secret request UX (#102)
* Simplify secret UX * Update doc * Fix tests
This commit is contained in:
parent
633de935e7
commit
f7f0d5a289
8 changed files with 109 additions and 220 deletions
|
|
@ -10,13 +10,6 @@ inputs:
|
|||
namespace:
|
||||
description: 'The Vault namespace from which to query secrets. Vault Enterprise only, unset by default'
|
||||
required: false
|
||||
path:
|
||||
description: 'The path of a non-default K/V engine'
|
||||
required: false
|
||||
kv-version:
|
||||
description: 'The version of the K/V engine to use.'
|
||||
default: '2'
|
||||
required: false
|
||||
method:
|
||||
description: 'The method to use to authenticate with Vault.'
|
||||
default: 'token'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue