This PR add support for azure key vault, operation supported currently now are -
GetSecret - Get secret with id from Azure KV
PutSecret - Put secret data into azure KV
DeleteSecret - Delete secret with ID from Azure KV
To test -
Export following environment variable
AZURE_TENANT_ID - Azure active directory tenant ID
AZURE_CLIENT_ID - Azure application ID
AZURE_CLIENT_SECRET - Azure application Secret
AZURE_VAULT_URL - Azure key vault endpoint URL
AZURE_ENVIORNMENT
Note: Application should have acl permission set for given vault URL. Permission needed -
secrets - set/get/delete
This PR add support for azure key vault, operation supported currently now are - GetSecret - Get secret with id from Azure KV PutSecret - Put secret data into azure KV DeleteSecret - Delete secret with ID from Azure KV
To test -