k-krawczyk commented on issue #2400:
URL: https://github.com/apache/camel-quarkus/issues/2400#issuecomment-4470380732

   Hi! I'd like to take this.
   
   Plan: add `integration-test-groups/aws2/aws2-kms/` following the same shape 
as the existing AWS test modules (e.g. `aws2-cw`):
   
   - `Aws2KmsResource` — JAX-RS endpoints that drive a Camel producer for the 
`createKey`, `describeKey`, `listKeys`, `disableKey`, `enableKey` and 
`scheduleKeyDeletion` operations
   - `Aws2KmsTestEnvCustomizer` — wires up the LocalStack `Service.KMS`
   - `Aws2KmsTest` + `Aws2KmsIT` — verify each operation via the Camel route 
and cross-check the result with a direct `KmsClient` call; the inherited 
default-credentials-provider scenarios run automatically via 
`BaseAWs2TestSupport`
   
   `./mvnw test -pl integration-test-groups/aws2/aws2-kms` passes locally 
against LocalStack (4/4 tests). The grouped pom under 
`integration-tests/aws2-grouped` already declares the `aws2-kms` dependency, so 
no changes there.
   
   PR coming shortly.


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