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

Adds ability to enable password protection for dashboard #58

Merged
merged 4 commits into from
Nov 25, 2021

Conversation

butschster
Copy link
Member

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

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 added the enhancement New feature or request label Nov 25, 2021
@butschster butschster added this to the 2.0 milestone Nov 25, 2021
@butschster butschster added this to In progress in GUI via automation Nov 25, 2021
@butschster butschster added this to In progress in Server via automation Nov 25, 2021
@butschster butschster merged commit 02cd797 into master Nov 25, 2021
GUI automation moved this from In progress to Done Nov 25, 2021
Server automation moved this from In progress to Done Nov 25, 2021
@butschster butschster deleted the feature/57 branch November 25, 2021 21:48
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 this pull request may close these issues.

is it possible to password protect the dashboard
1 participant