Conversation
nightkr
reviewed
Jun 26, 2025
Member
Author
|
Depends on stackabletech/krb5-rs#1 |
nightkr
reviewed
Jul 1, 2025
Contributor
nightkr
left a comment
There was a problem hiding this comment.
Functionality-wise this seems to work fine for me. Do we want to add cases for this to the ad-user-info test?
Member
Author
Indeed. Successfully tested with the help of stackabletech/ad-init#8 |
nightkr
reviewed
Jul 2, 2025
nightkr
reviewed
Jul 2, 2025
Member
Author
❯ ./scripts/run-tests --skip-release --skip-delete --test ad-user-info
...
--- PASS: kuttl (17.51s)
--- PASS: kuttl/harness (0.00s)
--- PASS: kuttl/harness/ad-user-info_opa-latest-1.4.2_openshift-false (17.21s)
PASS |
dervoeti
pushed a commit
that referenced
this pull request
Oct 29, 2025
* fix: expand AD user name filter * fix rustfmt * fix ldap query syntax * extract and use KERBEROS_REALM env var * update changelog * use krb5-rs to read realm name * add todo comment * review feedback * expand ad-user-info test * also search for upn without realm * update cargo deps * update test * test for normalized user name
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.
Description
Fixes #702
How I tested
ad-test, a new AD user calledrazvanin theSBLE.TESTrealm and addedrazvanto thead-testgroup.opa-operatorwithmake run-devOPA cluster definition:
The (debug) logs of the user-info-fetcher container showed:
where the LDAP search filter was:
Definition of Done Checklist
Author
Reviewer
Acceptance
type/deprecationlabel & add to the deprecation scheduletype/experimentallabel & add to the experimental features tracker