dawidb/Get secret value from Azure Key Vault
Log into Azure and get secret value from the Key Vault
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| azure_credentials | Credentials JSON with subscription id, tenant id, client id and client secret | no | — |
| key_vault_name | Name of the Key Vault | yes | — |
| secret_name | Name of the secret | yes | — |
| auto_logout | Automatically log out of Azure session | no | true |
Outputs
| name | description |
|---|---|
| secret_value | Key Vault's secret value |