library
turbot/vault
OverviewPipelines
0
Triggers
0
Variables
GitHub

Unseal Vault

Used to enter a single root key share to progress the unsealing of the Vault.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run vault.pipeline.unseal_vault \
--arg 'key=<string>'

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = vault.pipeline.unseal_vault
args = {
key = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
credstringYesName for credentials to use. If not provided, the default credentials will be used.default
keystringYesSpecifies a single root key share.-

Outputs

NameDescription
seal_statusThe seal status of the Vault server.

Tags

type = featured