Skip to content

Add missing package#418

Merged
vsoch merged 1 commit intosingularityhub:masterfrom
SethosII:patch-2
Mar 27, 2023
Merged

Add missing package#418
vsoch merged 1 commit intosingularityhub:masterfrom
SethosII:patch-2

Conversation

@SethosII
Copy link
Copy Markdown
Contributor

Package python-jose is required for LDAP authentication.

Package python-jose is required for LDAP authentication.
@vsoch
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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