Skip to content

feat: add Azure Key Vault secret operations#93

Open
atharva-nagane wants to merge 1 commit intoc2siorg:mainfrom
atharva-nagane:feat/azure-key-vault
Open

feat: add Azure Key Vault secret operations#93
atharva-nagane wants to merge 1 commit intoc2siorg:mainfrom
atharva-nagane:feat/azure-key-vault

Conversation

@atharva-nagane
Copy link
Contributor

Closes #92

Implements Azure Key Vault REST API v7.4 for secret management:
set_secret, get_secret, delete_secret, list_secrets, get_secret_versions.

  • AzureKeyVault struct reading AZURE_KEYVAULT_URL + AZURE_KEYVAULT_TOKEN
  • Adds pub mod security to the Azure module tree (first Azure security service)
  • Soft-delete support with vault retention period
  • 5 integration tests + usage guide at examples/azure/security/key_vault.md
  • AWS equivalent: Secrets Manager (#XX)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add Azure Key Vault secret operations

1 participant