-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels