Get Secret
Read a secret from the configured source, e.g. Robocloud Vault, and return it as a ``Secret`` object.
Arguments
Argument | Type | Default value | Description |
---|---|---|---|
secret_name | str | null |
Read a secret from the configured source, e.g. Robocloud Vault, and return it as a Secret object.
param secret_name: | |
---|---|
Name of secret |
Set Secret
Overwrite an existing secret with new values.
Arguments
Argument | Type | Default value | Description |
---|---|---|---|
secret | Secret | null |
- Note: Only allows modifying existing secrets, and replaces
- all values contained within it.
param secret: | Secret as a Secret object, from e.g. Get Secret |
---|