library
turbot/vault
Get Involved
Version
Pipeline: 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
Name | Type | Required | Description | Default |
---|---|---|---|---|
conn | connection.vault | Yes | Name of Vault connection to use. If not provided, the default Vault connection will be used | connection.vault.default |
key | string | Yes | Specifies a single root key share. | - |
Outputs
Name | Description |
---|---|
seal_status | The seal status of the Vault server. |
Tags
recommended = true