Add Functional Test for java-spiffe-helper
maxlambrecht opened this issue · 0 comments
maxlambrecht commented
Add a functional test to the java-spiffe-helper
module with the primary aim of detecting errors during CI. The test will verify the java-spiffe-helper's ability to connect to a SPIRE Agent and store certificates in a Java keystore.
Benefits:
- CI Error Detection: The primary benefit is the early detection of errors and regressions in the java-spiffe-helper during CI runs.
- Enhanced Reliability: Ensuring that the java-spiffe-helper consistently performs certificate management tasks.