Skip to content

Basic auth setup has no effect #23

@clement-igonet

Description

@clement-igonet

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions