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

Add missing package #418

Merged
merged 1 commit into from
Mar 27, 2023
Merged

Add missing package #418

merged 1 commit into from
Mar 27, 2023

Conversation

SethosII
Copy link
Contributor

Package python-jose is required for LDAP authentication.

Package python-jose is required for LDAP authentication.
@vsoch
Copy link
Member

vsoch commented Mar 27, 2023

Should this perhaps be here as another line

RUN if $ENABLE_LDAP; then pip install python3-ldap ; fi;
if it’s only needed for LDAP?

@SethosII
Copy link
Contributor Author

I don't think it's only required for LDAP. I also checked it and social-auth-core has it listed as a requirement. A quick search in their GitHub repository shows no LDAP specific things.

@vsoch
Copy link
Member

vsoch commented Mar 27, 2023

That works for me then - it's worrisome they don't install one of their dependencies and put that burden on us.

@vsoch vsoch merged commit c0a03c9 into singularityhub:master Mar 27, 2023
@SethosII SethosII deleted the patch-2 branch March 28, 2023 05:33
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.

2 participants