Hi Guys,
Preliminary informations :
I am using airbyte (using helm) and installed it inside minikube, My goal is to transfer few files from s3 bucket to a destination database.
Issue :
While checking source connection it is giving me an error representing that my AWS_ACCESS_KEY is invalid , even though i have provided proper endpoint url , access key and secret key.
Then I test it back and launch the application using
docker compose up
and with the exact same values for access key , secret key and endpoint for the same source it passes the connection check.
Can someone guide me where I might go wrong when running application with docker v/s helm charts.
Thanks in advance.