-
Notifications
You must be signed in to change notification settings - Fork 743
auditlog: refactor ydb/core/audit library interface #8027
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
- separate interface into client and service sides - change CreateAuditWriter logBackends arg to rvalue ref KIKIMR-21774
35bd4c0 to
81ca5b1
Compare
|
⚪ ⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
|
⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
- separate library interface into client and service sides: `audit_log.h` and `audit_log_service.h` - move all implementation into the single `audit_log_impl.cpp` - change `CreateAuditWriter`'s `logBackends` arg to rvalue ref KIKIMR-21774
Add audit logging for login operation. merge ydb-platform#8027 (81ca5b1), ydb-platform#7546 (f972e3a) from main. KIKIMR-21774
audit_log.handaudit_log_service.haudit_log_impl.cppCreateAuditWriter'slogBackendsarg to rvalue refKIKIMR-21774
Changelog category