mirror of
https://github.com/bytedance/g3.git
synced 2026-05-02 13:40:42 +00:00
g3proxy: allow to set anonymous user in user-group
This commit is contained in:
parent
f6dae7e8e3
commit
0a93acdc8d
8 changed files with 160 additions and 84 deletions
|
|
@ -65,3 +65,15 @@ format. Both can be optional and share the same data structure.
|
|||
Set the check interval for user expiration and the fetch interval for dynamic users.
|
||||
|
||||
**default**: 60s
|
||||
|
||||
* anonymous_user
|
||||
|
||||
**optional**, **type**: :ref:`user <configuration_user_group_user>`
|
||||
|
||||
Set and enable the anonymous user.
|
||||
|
||||
This will be used if no correct username could be found in both static and dynamic users.
|
||||
|
||||
**default**: not set
|
||||
|
||||
.. versionadded:: 1.7.13
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue