feat: Add PKI capability (#564)

This commit is contained in:
Dave Sewell
2024-12-05 12:22:45 -05:00
committed by GitHub
parent 8b7eaceb79
commit 33b70ff01a
7 changed files with 244 additions and 11 deletions
+3
View File
@@ -7,6 +7,9 @@ inputs:
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: false
pki:
description: 'A semicolon-separated list of certificates to generate. These will automatically be converted to environment variable keys. Cannot be used with "secrets". See README for more details'
required: false
namespace:
description: 'The Vault namespace from which to query secrets. Vault Enterprise only, unset by default'
required: false