nevzheng opened a new pull request, #12137: URL: https://github.com/apache/gravitino/pull/12137
### What changes were proposed in this pull request? Add an Azure Key Vault provider using the official Azure SDK and `DefaultAzureCredential`. It validates full key URLs against the configured vault, supports latest or pinned versions, and normalizes effective enabled state and `wrapKey`/`unwrapKey` capabilities. ### Why are the changes needed? Azure key URLs, versions, validity windows, and operations require provider-specific interpretation behind the common KMS contract. Part of #12131. Depends on the preceding KMS API stack. ### Does this PR introduce _any_ user-facing change? Yes. It adds the `azure-key-vault` source type and its configuration properties. ### How was this patch tested? - `./gradlew :bundles:azure:test -PskipITs` ### Series - Epic: #12131 - Position: 6 of 11 - Previous: Google Cloud KMS key inspection - Next: Transit integration coverage -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
