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/ :
drill.yarn.http: {
auth-type: "simple"
user-name: "bob"
password: "secret"
}
But no credentials are required when reaching the web UI.
Is this the way to set up basic auth in helm chart ?
When checking
/opt/drill/conf/drill-on-yarn.confinside de container, as explained in https://drill.apache.org/docs/enabling-web-ui-security/ :But no credentials are required when reaching the web UI.