jiriOndrusek-agent opened a new issue, #9233:
URL: https://github.com/apache/camel-quarkus/issues/9233

   CyberarkVaultTestResource builds the Conjur URL as http://localhost:<mapped 
port> in two places (app config and the pre-authenticated token request), see 
line 131:
   
https://github.com/apache/camel-quarkus/blob/main/integration-tests/cyberark-vault/src/test/java/org/apache/camel/quarkus/component/cyberark/vault/it/CyberarkVaultTestResource.java#L131
   
   Testcontainers may map ports on a host other than localhost (remote 
DOCKER_HOST, some rootless setups). Then the test resource cannot reach Conjur 
and the test fails at startup.
   
   Expected: build the URL from conjurContainer.getHost() like the other test 
resources do.
   
   Fix: 
https://github.com/jiriOndrusek-agent/camel-quarkus/tree/cyberark-vault-container-host
   


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