nevzheng opened a new pull request, #12144:
URL: https://github.com/apache/gravitino/pull/12144

   ### What changes were proposed in this pull request?
   
   - Add shaded runtime bundles for AWS KMS, Google Cloud KMS, Azure Key Vault, 
and Transit.
   - Package them under `kms-providers` and load that directory from the server 
launcher.
   - Verify all five factories through artifact checks and a fresh 
packaged-runtime JVM.
   - Document the provider packaging and discovery contract.
   
   ### Why are the changes needed?
   
   The provider modules register `KmsClientFactory` implementations, but the 
server distribution previously excluded their artifacts. A packaged server with 
a configured KMS source therefore could not discover its factory.
   
   Part of #12131. Follows #12142.
   
   ### Does this PR introduce _any_ user-facing change?
   
   Yes. Named KMS sources now work in the packaged Gravitino server. No 
configuration keys change. The four provider bundles add approximately 79 MiB 
to the unpacked distribution.
   
   ### How was this patch tested?
   
   - `./gradlew spotlessApply compileDistribution -PskipWeb=true -x test`
   - `./gradlew :api:test :core:test :bundles:aws:test :bundles:gcp:test 
:bundles:azure:test :bundles:transit:test -PskipITs -PskipDockerTests=true 
-PskipWeb=true`
   - Fresh-JVM discovery of all five factories from the packaged 
`kms-providers` directory.
   - `git diff --check`
   - `bash -n bin/gravitino.sh.template`
   
   ### Series
   
   - Epic: #12131
   - Position: 12 of 12
   - Previous: #12142
   - Next: none
   


-- 
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]

Reply via email to