fix(seed): add login identity for other-tenant persona - #2206
Merged
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe secondary-tenant seed flow now inserts login-ID observations. The identity operation catalog removes the email-based operation and its stand-in parameter, reducing the catalog count from 18 to 17. ChangesIdentity updates
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
aleksdotbar
enabled auto-merge
August 5, 2026 03:28
cyberantonz
approved these changes
Aug 5, 2026
ktursunov
approved these changes
Aug 5, 2026
cyberantonz
approved these changes
Aug 5, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to a conflict with the base branch
Aug 5, 2026
aleksdotbar
enabled auto-merge
August 5, 2026 04:16
Signed-off-by: Aleksandr Barkhatov <pm@aleks.bar>
Signed-off-by: Aleksandr Barkhatov <pm@aleks.bar>
aleksdotbar
force-pushed
the
fix/test-stand-other-tenant-login
branch
from
August 5, 2026 04:26
ee67f9d to
3732446
Compare
cyberantonz
approved these changes
Aug 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Seed the Keycloak login identity for the cross-tenant test persona under its own tenant.
The persona existed in the generated realm and identity roster, but lacked the
value_type=idobservation required by login bootstrap. Its callback was therefore rejected as an unknown person, failing the stand API suite.Test
python3 -m unittest deploy/seed/test_identity.py -vruff check deploy/seed/identity.pySummary by CodeRabbit