-
Type:
New Feature
-
Resolution: Won't Do
-
Priority:
Minor
-
Component/s: hashicorp-vault-plugin
-
None
-
Environment:Jenkins for Windows v.2.64
Support wildcards in for the 'Key name' input for the Vault module. This would require programatic creation of Environment Variable names. I see 2 options, 1) create the environment variable name based on the key name or 2) allow for a prefix to be defined and append the Key name to be added.
Â
For example, if the following was input:
Key Name: TF_*
Environment Variable: Vault_
Â
Would create the following environment variable (from Vault secret TF_VAR_azure_password):
Vault_TF_VAR_azure_password
Â
or merely create an environment variable (if Environment Variable is not defined):
TF_VAR_azure_password
Â
Thanks!