Workaround for S3 destinations pointing to localhost in abctl pods

Summary

Migrating from docker compose to abctl, facing issue with S3 destinations pointing to localhost in abctl pods. Looking for a workaround.


Question

Hello
We’re trying to migrate from docker compose to abctl, but we have a lot of S3 destinations that use an endpoint URL that points to the localhost. Pods created by abctl have heir own network so they can’t connect to the local S3 endpoint, in the host. Does anyone know a workaround for this?



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["s3-destinations", "abctl", "localhost", "docker-compose", "workaround"]

https://docs.airbyte.com/deploying-airbyte/troubleshoot-deploy#how-do-i-connect-from-a-container-to-a-service-on-the-host
Have you tried host.docker.internal ?

Thank you! It was a little tricky to make it work with MacOS, but that kind of did the trick