Skip to content

[feature](audit) add new FE config to skip audit for certain user (#38310)#39038

Merged
morningman merged 1 commit intoapache:branch-3.0from
morningman:30_bp38310
Aug 7, 2024
Merged

[feature](audit) add new FE config to skip audit for certain user (#38310)#39038
morningman merged 1 commit intoapache:branch-3.0from
morningman:30_bp38310

Conversation

@morningman
Copy link
Copy Markdown
Contributor

bp #38310

…ache#38310)

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
```
@doris-robot
Copy link
Copy Markdown

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@morningman morningman merged commit 056159b into apache:branch-3.0 Aug 7, 2024
@gavinchou gavinchou mentioned this pull request Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants