Re: [I] Clean up usage of hard coded hosts in tests that use containers [camel-quarkus]

2023-11-23 Thread via GitHub


jamesnetherton commented on issue #5508:
URL: https://github.com/apache/camel-quarkus/issues/5508#issuecomment-1824365000

   Certificate issues fixed in 
https://github.com/apache/camel-quarkus/pull/5540.


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] Clean up usage of hard coded hosts in tests that use containers [camel-quarkus]

2023-11-23 Thread via GitHub


jamesnetherton closed issue #5508: Clean up usage of hard coded hosts in tests 
that use containers
URL: https://github.com/apache/camel-quarkus/issues/5508


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] Clean up usage of hard coded hosts in tests that use containers [camel-quarkus]

2023-11-14 Thread via GitHub


jamesnetherton commented on issue #5508:
URL: https://github.com/apache/camel-quarkus/issues/5508#issuecomment-1810489967

   Initial PR https://github.com/apache/camel-quarkus/pull/5509.
   
   It'll eventually need a follow up PR for dealing with tests that explicitly 
configure certificates for `localhost`. In that case host verification will 
fail if the docker host is remote.


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[I] Clean up usage of hard coded hosts in tests that use containers [camel-quarkus]

2023-11-14 Thread via GitHub


jamesnetherton opened a new issue, #5508:
URL: https://github.com/apache/camel-quarkus/issues/5508

   ### Description
   
   A number of our tests that use containers, hard code `localhost` as the host 
to use when connecting to the container service. This works so long as the 
container is running on the host machine. That may not always be the case, so 
we should support connecting to remote hosts.


-- 
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: commits-unsubscr...@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org