Inputs & Outputs
VaultKey
-
Describes a key inside a Hashicorp Vault secret
-
Used by the read_secret_keys action to both retrieve & create missing secret keys
Required Keys
name: The name of the key (required).
Optional Keys
format: Either string
or file
(defaults to string
).
sensitive: Either true
or false
(defaults to false
).
Key name validation
The name of a vault key can contain any of the following:
- Lower & upper case letters
- Underscores
- Digits
The name must not start with either of the following:
- Underscore
- Digit
It cannot be a reserved word.
Sensitive Password
1 2 3 4 5 6 7 8 9 10 11 |
|
Sensitive Public Key File
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
|