Skip to content
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

Added authorization via LDAP #1329

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

svesh
Copy link

@svesh svesh commented Apr 25, 2023

No description provided.

Copy link
Owner

@abhinavsingh abhinavsingh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the PR. Good to merge once we can remove python-ldap as a mandatory dependency.

@@ -1,2 +1,3 @@
setuptools-scm == 6.3.2
twine==3.8.0
python-ldap==3.4.3
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. We should not add this as a release requirement
  2. Since auth_ldap is just an example plugin, it's upto user to install the dependency if they choose to use this plugin
  3. We kind of do similar thing for other plugins where a dependency might be required.

Otherwise, now to install proxy.py, users will also need to install python-ldap even when not using the plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants