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

allow unauthenticated access to dashboard (readonly) #10360

Closed
dch opened this issue May 5, 2021 · 0 comments · Fixed by #12474
Closed

allow unauthenticated access to dashboard (readonly) #10360

dch opened this issue May 5, 2021 · 0 comments · Fixed by #12474

Comments

@dch
Copy link

dch commented May 5, 2021

  • Program: dnsdist
  • Issue type: Feature request

Short description

Allow unauthenticated access to read-only dashboard, skipping the need to supply an http password.

Usecase

As a user with many dnsdist servers, manually entering the user/web-password combo for each dashboard is very annoying.

So annoying that I put it behind a revserve proxy and inject Authentication: Basic ... so that admin users can access it directly via VPN without password.

The dashboard is readonly, and the listening address is controllable, so this isn't a major security risk.

Description

Allow unauthenticated access to read-only dashboard, skipping the need to supply an http password.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants