-
Notifications
You must be signed in to change notification settings - Fork 734
24-3: auditlog: fix logging for unsuccessful ldap logins #11492
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
24-3: auditlog: fix logging for unsuccessful ldap logins #11492
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.
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 single audit point for all login operations. KIKIMR-22173
ecf893c to
f9c53d9
Compare
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.
|
⚪
🟡
*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 |
…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
Move audit logging of login operations from schemeshard to grpc service auth (
AuthService).Update web-login service login to utilize
AuthService.Login.Establish
AuthServiceas the sole gateway and audit point for all login operations.merge af4bb4b(#7060), f73f6dc(#11403), 3d0d6db(#11404), 790417d(#11438) from
main.Changelog entry
Fix audit log not recording unsuccessful ldap logins.
Changelog category