nevzheng opened a new pull request, #12136: URL: https://github.com/apache/gravitino/pull/12136
### What changes were proposed in this pull request? Add a Google Cloud KMS provider using the official SDK and Application Default Credentials. It accepts full `CryptoKey` resource names, restricts them to the configured project and location, and normalizes key presence, primary-version state, and `ENCRYPT_DECRYPT` purpose. ### Why are the changes needed? Google Cloud uses provider-specific resource names and version semantics. The adapter validates those rules while exposing the common KMS key-property contract. Part of #12131. Depends on the preceding KMS API stack. ### Does this PR introduce _any_ user-facing change? Yes. It adds the `google-cloud-kms` source type and its configuration properties. ### How was this patch tested? - `./gradlew :bundles:gcp:test -PskipITs` ### Series - Epic: #12131 - Position: 5 of 11 - Previous: AWS KMS key inspection - Next: Azure Key Vault key inspection -- 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]
