-
Notifications
You must be signed in to change notification settings - Fork 734
ticket-parser: Add error message for log to TError struct of ticket parser #11403
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
ticket-parser: Add error message for log to TError struct of ticket parser #11403
Conversation
|
⚪ Test history | Ya make output | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
|
⚪ Test history | Ya make output | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
merge af4bb4b(#7060), f73f6dc(#11403), 3d0d6db(#11404), 790417d(#11438) from `main`. Co-authored-by: Andrey Molotkov <molotkov-and@ydb.tech> Move audit logging of login operations from schemeshard to grpc service auth (`AuthService`). Update web-login service login to utilize `AuthService.Login`. Establish `AuthService` as the sole gateway and audit point for all login operations. ### Changelog entry Fix audit log not recording unsuccessful ldap logins. ### Changelog category * Bugfix
…m#11492) merge af4bb4b(ydb-platform#7060), f73f6dc(ydb-platform#11403), 3d0d6db(ydb-platform#11404), 790417d(ydb-platform#11438) from `main`. Co-authored-by: Andrey Molotkov <molotkov-and@ydb.tech> Move audit logging of login operations from schemeshard to grpc service auth (`AuthService`). Update web-login service login to utilize `AuthService.Login`. Establish `AuthService` as the sole gateway and audit point for all login operations. ### Changelog entry Fix audit log not recording unsuccessful ldap logins. ### Changelog category * Bugfix
…m#11492) merge af4bb4b(ydb-platform#7060), f73f6dc(ydb-platform#11403), 3d0d6db(ydb-platform#11404), 790417d(ydb-platform#11438) from `main`. Co-authored-by: Andrey Molotkov <molotkov-and@ydb.tech> Move audit logging of login operations from schemeshard to grpc service auth (`AuthService`). Update web-login service login to utilize `AuthService.Login`. Establish `AuthService` as the sole gateway and audit point for all login operations. ### Changelog entry Fix audit log not recording unsuccessful ldap logins. ### Changelog category * Bugfix
…m#11492) merge af4bb4b(ydb-platform#7060), f73f6dc(ydb-platform#11403), 3d0d6db(ydb-platform#11404), 790417d(ydb-platform#11438) from `main`. Co-authored-by: Andrey Molotkov <molotkov-and@ydb.tech> Move audit logging of login operations from schemeshard to grpc service auth (`AuthService`). Update web-login service login to utilize `AuthService.Login`. Establish `AuthService` as the sole gateway and audit point for all login operations. ### Changelog entry Fix audit log not recording unsuccessful ldap logins. ### Changelog category * Bugfix
Changelog entry
Add field LogMessage to structure TError of ticket parser for return special message for log
Changelog category
Additional information
...