mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 16:59:22 +02:00
add flag to enable user impersonation (#1514)
* add flag to enable user impersonation * fix typo
This commit is contained in:
parent
0b14722be4
commit
04c582121d
11 changed files with 254 additions and 208 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue