Unable to set allow_insecure to true #15539
Answered
by
sundy-li
javiercj93
asked this question in
Q&A
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
javiercj93
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure if I am following your documentation correctly but based on this page in order to configure some of the options in a query node we have to do something like this:
"configuration domain" + "configuration item."
When spinning up the docker container for a local test I want to do with minio and databend I am setting this env variable:
-e QUERY_STORAGE_ALLOW_INSECURE=true \
However I keep getting error: APIError: ResponseError with 3903: copy from insecure storage is not allowed
Any idea why it is not working? Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions