We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this the way to set up basic auth in helm chart ?
drill: overrideConfiguration: drillOnYarn: >- drill.yarn.http: { auth-type: "simple" user-name: "bob" password: "secret" }
When checking /opt/drill/conf/drill-on-yarn.conf inside de container, as explained in https://drill.apache.org/docs/enabling-web-ui-security/ :
/opt/drill/conf/drill-on-yarn.conf
drill.yarn.http: { auth-type: "simple" user-name: "bob" password: "secret" }
But no credentials are required when reaching the web UI.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this the way to set up basic auth in helm chart ?
When checking
/opt/drill/conf/drill-on-yarn.conf
inside de container, as explained in https://drill.apache.org/docs/enabling-web-ui-security/ :But no credentials are required when reaching the web UI.
The text was updated successfully, but these errors were encountered: