ispyb / py-ispyb

ISPyB backend server based on FastAPI
GNU Lesser General Public License v3.0
12 stars 14 forks source link

py-ispyb will not start because of LDAP_BASE_GROUPS KeyError #231

Closed antolinos closed 1 year ago

antolinos commented 1 year ago

It throws an error when starting the app:

ispyb/py-ispyb/./pyispyb/app/extensions/auth/LdapAuthentication.py", line 17, in configure
    self.ldap_base_groups = config["LDAP_BASE_GROUPS"]
KeyError: 'LDAP_BASE_GROUPS'