-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[feature](audit) add new FE config to skip audit for certain user (#3…
…8310) Sometime we don't want to audit operation from certain user in audit log or audit table. Add a new FE config `skip_audit_user_list`. Default is empty, which means all operations will be recorded. When you want to ignore some user's operation, you can set this config like: ``` skip_audit_user_list=user1 --or skip_audit_user_list=user1,user2 ```
- Loading branch information
1 parent
093e3a7
commit 8551ac9
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters