Skip to main content

Get

Azure Key Vault Plugin – Get Action

Summary (SEO Meta Description):
The Get Action of the Azure Key Vault Plugin securely retrieves a Secret, Key, or Certificate from Azure Key Vault.
Use it to access the latest or a specific version of a secret directly within your WeHub workflows.


Overview

The Get Action enables your WeHub workflow to securely fetch secrets and keys from Azure Key Vault.
This is ideal when your automation requires dynamic access to confidential data without hardcoding sensitive values.

Typical Use Cases:

  • Retrieving database passwords or API tokens at runtime
  • Accessing cryptographic keys for encryption or signing operations
  • Loading SSL/TLS certificates for secure communications
  • Integrating CI/CD pipelines that need secrets for deployment steps

⚙️ Configuration

FieldDescriptionType / Options
LabelCustom name for the actionString
Select connectionChoose or create a secure Azure Key Vault connectionConnection
Resource TypeType of resource to retrieve from Key VaultOptions: SECRET, KEY, CERTIFICATE
Version(Optional) Specific version of the resource; leave blank for latest versionString

FAQ

Q: What happens if I leave the Version field blank?
A: The Get Action will automatically retrieve the latest available version of the resource.

Q: Can I retrieve multiple secrets at once?
A: No. This action retrieves a single resource (secret, key, or certificate) per execution.

Q: Does WeHub ever log or store secret values?
A: No. WeHub never stores or logs secret contents; values remain securely in Azure.


Keywords: WeHub Azure Key Vault Plugin, Get Action, Retrieve Secret, Fetch Key, Access Certificate, Secure Secret Retrieval