Skip to content
New issue

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

Basic auth setup has no effect #23

Open
clement-igonet opened this issue Sep 20, 2024 · 0 comments
Open

Basic auth setup has no effect #23

clement-igonet opened this issue Sep 20, 2024 · 0 comments

Comments

@clement-igonet
Copy link

clement-igonet commented Sep 20, 2024

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.

@clement-igonet clement-igonet changed the title No consistency on drill overrideConfiguration No basic auth applied Sep 20, 2024
@clement-igonet clement-igonet changed the title No basic auth applied Basic auth setup has no effect Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant