eastgenomics / Genetics_Ark

Django source code for Genetics Ark and associated apps
1 stars 0 forks source link

Change ldap filter #82

Closed corbin-chris closed 1 month ago

corbin-chris commented 1 month ago

Logging in can now be restricted to members of a config-specified LDAP group. This affects the IGV section of Genetics Ark.

Test that authorisation passes, if I am in the correct LDAP group:

Test that authorisation fails, if I am not in the correct group:


This change is Reviewable

pep8speaks commented 1 month ago

Hello @corbin-chris! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 42:40: E231 missing whitespace after ','

Comment last updated at 2024-07-24 14:35:46 UTC