-
Notifications
You must be signed in to change notification settings - Fork 86
LDAP Support - Part 1 #8974
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
base: master
Are you sure you want to change the base?
LDAP Support - Part 1 #8974
Conversation
822c72b
to
1dbfe16
Compare
1. ldap_client 2. support assume_role_with_web_identity Signed-off-by: jackyalbo <jacky.albo@gmail.com>
@@ -97,6 +97,7 @@ | |||
"jsonwebtoken": "9.0.2", | |||
"linux-blockutils": "0.2.0", | |||
"lodash": "4.17.21", | |||
"ldapts": "7.3.1", |
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.
Worth considering using openldap
natively instead of adding this dependency. We should at least evaluate the effort to implement and maintain it.
This PR had no activity for too long - it will now be labeled stale. Update it to prevent it from getting closed. |
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Describe the Problem
We want to support authenticating to noobaa services using LDAP user/password for authentication
We will use assume_role_with_web_identity with self self-created JWT token of this structure:
signed by a jwt-secret saved under /etc/noobaa-server/ldap-config. looking like this:
Explain the Changes
Issues: Fixed #xxx / Gap #xxx
Testing Instructions: