Create
Azure Key Vault Plugin – Create Action
Summary (SEO Meta Description):
The Create Action of the Azure Key Vault Plugin securely creates a new Secret, Key, or Certificate inside Azure Key Vault.
Use it to automate provisioning of credentials, cryptographic keys, or TLS certificates directly from your WeHub workflows.
Overview
The Create Action enables your WeHub workflow to provision secrets and keys securely within Azure Key Vault.
This is essential when you need to automate the creation of sensitive resources without manual intervention.
Typical Use Cases:
- Storing new API keys or database passwords as Secrets during application deployment
- Generating new cryptographic Keys for encryption or signing operations
- Registering SSL/TLS Certificates for secure communication in cloud environments
- Automating CI/CD pipelines that require on-the-fly creation of secure credentials
⚙️ Configuration
| Field | Description | Type / Options | 
|---|---|---|
| Label | Custom name for the action | String | 
| Select connection | Choose or create a secure Azure Key Vault connection | Connection | 
| Resource Type | Select the type of resource you want to create in the Key Vault | Options: SECRET, KEY, CERTIFICATE | 
(The actual value or data for the resource is provided via the workflow input payload.)
FAQ
Q: Can I update an existing secret or key using this action?
A: No. The Create Action is intended for creating new resources. Use other Azure Key Vault operations for updates.
Q: Is the created resource immediately available for applications?
A: Yes, once successfully created, the resource is available for any application with the appropriate Azure Key Vault access policies.
Q: Does WeHub ever store the secret values?
A: No. WeHub never stores or logs secret contents; values remain securely in Azure.
Keywords: WeHub Azure Key Vault Plugin, Create Action, Add Secret, Create Key, Create Certificate, Secure Secret Management