I have deployed cloudquery using helm chart on my GKE cluster. The cluster works in a restricted environment and require proxy to access public domains.
I am getting following error message due to proxy configurations:
ERR exiting with error error=“failed to get team name from token: failed to list teams for api key: GET https://api.cloudquery.io/teams?page=1&per_page=100 giving up after 5 attempt(s): Get "https://api.cloudquery.io/teams?page=1&per_page=100\”: dial tcp :443: i/o timeout"
Kindly help me on how to configure proxy for such setup. I dont see any topics related to this on documentation.
Thanks for reaching out! Can you give details about what proxy you are using so that we can see if we can give the correct instructions?
Hi Ben,
The proxy is http://securecomms.int. But, IMO it should not depend on proxy.
Let me know if we need to configure proxy endpoints in cloudquery configuration like we do it using environment variables when running CLI.