Hi, I got the private address query issue and made some searches. I found ENFORCE_PRIVATE_ADDRESS_BLOCK / REDASH_ENFORCE_PRIVATE_ADDRESS_BLOCK, but even though I’ve put it in the “env” file or in the docker-compose.yml top environment section, I still get the error. Where exactly should I put this setting?
@jesse if is state ENFORCE_PRIVATE_ADDRESS_BLOCK: 'false'
in my docker-compose.yml, and create a query datasource which fetches data from an api, i still bump into:
Wait…did you put this exact string into your docker-compose? The environment variable is called: REDASH_ENFORCE_PRIVATE_IP_BLOCK.
The private setting (used internally by Redash) is called ENFORCE_PRIVATE_ADDRESS_BLOCK. But it’s value is taken from the environment variable called REDASH_ENFORCE_PRIVATE_IP_BLOCK