diff --git a/docs/guide/authentication.md b/docs/guide/authentication.md index 81f0fade..4392b5f5 100644 --- a/docs/guide/authentication.md +++ b/docs/guide/authentication.md @@ -163,10 +163,11 @@ In this example, the `admin` user has no roles specified, so they have full acce Dozzle supports the following roles: -- **shell** - allows attach and exec in the container. -- **actions** - allows performing container actions (start, stop, restart). -- **download** - allows downloading container logs. -- **none** - denies all actions. +- **shell** - allows attach and exec in the container +- **actions** - allows performing container actions (start, stop, restart) +- **download** - allows downloading container logs +- **none** - denies all actions +- **all** - allows all actions (default) ## Generating users.yml