Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

is it possible to password protect the dashboard #57

Closed
danielzzz opened this issue Nov 25, 2021 · 2 comments · Fixed by #58
Closed

is it possible to password protect the dashboard #57

danielzzz opened this issue Nov 25, 2021 · 2 comments · Fixed by #58
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@danielzzz
Copy link

hi,

is it possible to somehow password protect the dashboard?

this would be useful for tracking live servers.
I know I could tunnel it to my local installation, but with more developers it get's a bit complicated.

thanks, cheers, dan

@butschster butschster added this to the 2.1 milestone Nov 25, 2021
@butschster
Copy link
Member

Hi @danielzzz!
I'm going to add password protection in v2.1 release, maybe earlier. I need some time to finish my current activities and I will start working on authorization and also on separating events by domains (Possibility to send logs on a separate domains connected with buggregator instance and then filtering by domain)

@butschster butschster self-assigned this Nov 25, 2021
@butschster butschster added this to To do in GUI via automation Nov 25, 2021
@butschster butschster added this to To do in Server via automation Nov 25, 2021
@butschster butschster added the enhancement New feature or request label Nov 25, 2021
@danielzzz
Copy link
Author

ok, thank you!

butschster added a commit that referenced this issue Nov 25, 2021
By default, Buggregator doesn't use any authentication, but you can enable it via ENV variables.

```
AUTH_ENABLED=true
AUTH_USERNAME=admin  # optional
AUTH_PASSWORD=secret # optional
```

After server starting login and password will be shown in a terminal.

fixes #57
@butschster butschster modified the milestones: 2.1, 2.0 Nov 25, 2021
GUI automation moved this from To do to Done Nov 25, 2021
Server automation moved this from To do to Done Nov 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
GUI
Done
Development

Successfully merging a pull request may close this issue.

2 participants