-
Notifications
You must be signed in to change notification settings - Fork 3k
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
feat(ingestion) ldap: make ldap attrs keys configurable #4682
Merged
jjoyce0510
merged 31 commits into
datahub-project:master
from
atulsaurav:configurable-ldap-ingestion
Jun 21, 2022
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
cab247d
feat(ingestion) ldap: make ldap atttrs keys configurable (#4599)
atulsaurav 5e50969
test(ingestion) ldap: Add test case for configurable ldap attrs
atulsaurav 6f5fbab
Add missing coma
atulsaurav d0099e5
fix: ldap attrs_mapping defaults & test case
atulsaurav 69dfbb3
test(ingestion): fix attrs_mapping in test case
atulsaurav 3b5c051
fix membership test
atulsaurav 0e0946a
Merge branch 'master' into configurable-ldap-ingestion
atulsaurav 7680041
merge upstream changes in prior changes
atulsaurav bfcc13b
Merge branch 'master' into configurable-ldap-ingestion
atulsaurav ff8b3c3
Merge branch 'master' into configurable-ldap-ingestion
atulsaurav 015a517
Merge branch 'master' into configurable-ldap-ingestion
atulsaurav b736547
Doc changes for attrs_mapping between LDAP and DH concepts
atulsaurav 5132e75
Merge branch 'master' into configurable-ldap-ingestion
atulsaurav 7560c03
Update ldap.md
jjoyce0510 f485349
Changes based on review comments
atulsaurav 3955951
Merge branch 'master' of github.com:datahub-project/datahub into data…
atulsaurav e077971
Merge branch 'datahub-project-master' into configurable-ldap-ingestion
atulsaurav 474ac7c
Merge branch 'configurable-ldap-ingestion' of github.com:atulsaurav/d…
atulsaurav 4df5568
fix f-string linting error
atulsaurav 74175e0
Fix guess_person_ldap changes from upstream
atulsaurav 68add91
Fix group membership test
atulsaurav 44eebfe
Update docs
atulsaurav e9aa404
fix default for group description field
atulsaurav 72fad69
Remove breaking change related to Department info
atulsaurav 0fbb294
fix handling of departmentId
atulsaurav 49f14ee
Merge branch 'datahub-project:master' into configurable-ldap-ingestion
atulsaurav 26aa509
Merge branch 'master' into configurable-ldap-ingestion
atulsaurav d9de05c
Split `attrs_mapping` into `user_attrs_map` & `group_attrs_map`
atulsaurav 9ffb3af
add missing group email attribute
atulsaurav ec943a4
Merge branch 'configurable-ldap-ingestion' of github.com:atulsaurav/d…
atulsaurav d3c69b5
Update ldap.md
jjoyce0510 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Won't this overwrite the display name attribute defined above?
This makes me think we do need 2 distinct mappings:
userMappings
groupMappings
I should have called this out earlier - my apologies for that. What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No worries, done!