-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Add LDAP Group Provider Plugin #23900
base: master
Are you sure you want to change the base?
Conversation
de2cc3a
to
0467f10
Compare
@OmerRaifler Can we fix the CI pipeline ? |
this PR will add user attributes from the AD to the user session so if i am using OPA for example i will be able to get that user attributes information in my input or that is out of scop of that PR? |
Can we move it outside the scope of the PR ? We are planning to have another object which would allow us to capture additional attributes |
This pull request has gone a while without any activity. Tagging for triage help: @mosabua |
@OmerRaifler @mosiac1 @Praveen2112 .. I assume you will pick this up again and continue work here |
177b75c
to
36df8fe
Compare
380c9a7
to
ccecd2a
Compare
This Guice Module can be used to enable caching in the group provider, by adding it to the list of modules in a Guice context in a group provider factory, or to any other Guice context as needed. Features: * Configurable configuration prefix * Ability to bind the final `GroupProvider` with a custom binding annotation * useful especially when the Guice context is not entirely isolated and there are other `GroupProvider` bindings in it * An `@Inject`-able hook for cache invalidation Author: Krzysztof Sobolewski <[email protected]> Date: Tue Jul 11 16:48:28 2023 +0200
ccecd2a
to
0b17c0e
Compare
Description
This PR supersedes #20157
Additional context and related issues
Release notes
( ) This is not user-visible or is docs only, and no release notes are required.
( x) Release notes are required. Please propose a release note for me.
( ) Release notes are required, with the following suggested text: