Skip to content
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

[Ldap] Merge ldap fixes to stable 24-3 #8326

Conversation

molotkov-and
Copy link
Collaborator

Changelog entry

fetch nested groups for user
Check ldap domain as suffix of user login
Enable domain level logins
Add flag to disable login mechanism

Changelog category

  • Improvement

Additional information

...

@molotkov-and molotkov-and requested a review from a team as a code owner August 27, 2024 09:21
Copy link

github-actions bot commented Aug 27, 2024

2024-08-27 09:22:53 UTC Pre-commit check for 87519c8 has started.
2024-08-27 09:25:37 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-08-27 10:19:22 UTC Build successful.
2024-08-27 10:19:37 UTC Tests are running...
🔴 2024-08-27 12:04:11 UTC Some tests failed, follow the links below.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
39815 34591 0 2 5212 10

🟡 2024-08-27 12:04:56 UTC ydbd size 8.1 GiB changed* by +211.7 KiB, which is >= 100.0 KiB vs stable-24-3: Warning

ydbd size dash stable-24-3: 57fe08e merge: 87519c8 diff diff %
ydbd size 8 726 033 600 Bytes 8 726 250 368 Bytes +211.7 KiB +0.002%
ydbd stripped size 476 971 592 Bytes 476 987 400 Bytes +15.4 KiB +0.003%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Copy link

github-actions bot commented Aug 27, 2024

2024-08-27 09:22:59 UTC Pre-commit check for 87519c8 has started.
2024-08-27 09:25:49 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-08-27 09:56:48 UTC Build successful.

Copy link

github-actions bot commented Aug 27, 2024

2024-08-27 09:23:29 UTC Pre-commit check for 87519c8 has started.
2024-08-27 09:26:13 UTC Build linux-x86_64-release-asan is running...
🟢 2024-08-27 10:02:12 UTC Build successful.
2024-08-27 10:02:29 UTC Tests are running...
🔴 2024-08-27 11:51:35 UTC Some tests failed, follow the links below.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
11266 11208 0 19 25 14

🟡 2024-08-27 11:52:16 UTC ydbd size 5.5 GiB changed* by +100.9 KiB, which is >= 100.0 KiB vs stable-24-3: Warning

ydbd size dash stable-24-3: 57fe08e merge: 87519c8 diff diff %
ydbd size 5 905 778 960 Bytes 5 905 882 328 Bytes +100.9 KiB +0.002%
ydbd stripped size 1 480 457 728 Bytes 1 480 475 936 Bytes +17.8 KiB +0.001%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

@molotkov-and molotkov-and force-pushed the ldap/stable-24-3-improvement branch from 56150f5 to 9cf31f1 Compare September 2, 2024 11:41
Copy link

github-actions bot commented Sep 2, 2024

2024-09-02 11:44:04 UTC Pre-commit check for 61f0b73 has started.
2024-09-02 11:46:53 UTC Build linux-x86_64-release-asan is running...
🟢 2024-09-02 12:23:43 UTC Build successful.
2024-09-02 12:24:00 UTC Tests are running...
🔴 2024-09-02 14:16:04 UTC Some tests failed, follow the links below.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
11280 11231 0 10 25 14

🟡 2024-09-02 14:16:42 UTC ydbd size 5.5 GiB changed* by +153.5 KiB, which is >= 100.0 KiB vs stable-24-3: Warning

ydbd size dash stable-24-3: 4ee430b merge: 61f0b73 diff diff %
ydbd size 5 906 500 536 Bytes 5 906 657 760 Bytes +153.5 KiB +0.003%
ydbd stripped size 1 480 643 008 Bytes 1 480 683 200 Bytes +39.2 KiB +0.003%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Copy link

github-actions bot commented Sep 2, 2024

2024-09-02 11:44:39 UTC Pre-commit check for 61f0b73 has started.
2024-09-02 11:47:23 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-09-02 12:43:21 UTC Build successful.
2024-09-02 12:43:35 UTC Tests are running...
🔴 2024-09-02 14:27:57 UTC Some tests failed, follow the links below.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
39835 34605 0 2 5212 16

🟡 2024-09-02 14:28:38 UTC ydbd size 8.1 GiB changed* by +251.2 KiB, which is >= 100.0 KiB vs stable-24-3: Warning

ydbd size dash stable-24-3: 4ee430b merge: 61f0b73 diff diff %
ydbd size 8 726 961 016 Bytes 8 727 218 200 Bytes +251.2 KiB +0.003%
ydbd stripped size 477 032 840 Bytes 477 045 000 Bytes +11.9 KiB +0.003%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Copy link

github-actions bot commented Sep 2, 2024

2024-09-02 11:44:58 UTC Pre-commit check for 61f0b73 has started.
2024-09-02 11:47:50 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-09-02 12:22:58 UTC Build successful.

@molotkov-and molotkov-and merged commit c4d70ec into ydb-platform:stable-24-3 Sep 3, 2024
8 of 12 checks passed
@molotkov-and molotkov-and deleted the ldap/stable-24-3-improvement branch September 3, 2024 08:42
spuchin pushed a commit to spuchin/ydb that referenced this pull request Sep 9, 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