add flag to enable user impersonation (#1514)

* add flag to enable user impersonation

* fix typo
This commit is contained in:
Caleb Doxsey 2020-10-14 08:17:59 -06:00 committed by GitHub
parent 0b14722be4
commit 04c582121d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 254 additions and 208 deletions

View file

@ -48,6 +48,17 @@ Address specifies the host and port to serve HTTP requests from. If empty, `:443
Administrative users are [super users](https://en.wikipedia.org/wiki/Superuser) that can sign-in as another user or group. User impersonation allows administrators to temporarily impersonate a different user.
### Enable User Impersonation
- Environmental Variable: `ENABLE_USER_IMPERSONATION`
- Config File Key: `enable_user_impersonation`
- Type: `bool`
- Default: `false`
- Optional
Enabling user impersonation allows administrators to impersonate other user accounts. Prior to v0.11.0 this feature was
enabled by default. It is now disabled by default.
### Autocert
- Environmental Variable: `AUTOCERT`