-
Notifications
You must be signed in to change notification settings - Fork 668
auditlog: fix logging for unsuccessful ldap logins #11438
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.
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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
AuthService
as the sole gateway and audit point for all login operations.Dependencies:
Changelog entry
Fix audit log not recording unsuccessful ldap logins.
Changelog category