You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've recently provided the ability to skip adding ISPYB credentials to the environment of the stack to prevent having to add sensitive credentials to every developer stack, or have the logs polluted with lots or errors from ISPYB.
We've recently provided the ability to skip adding ISPYB credentials to the environment of the stack to prevent having to add sensitive credentials to every developer stack, or have the logs polluted with lots or errors from ISPYB.
But this has caused downstream problems. See https://github.com/xchem/fragalysis-backend/blob/master/api/security.py#L35-L38 and https://github.com/xchem/fragalysis-backend/blob/master/api/security.py#L58-L61 where you encounter "no such key" errors.
There may also be other areas to look at.
The text was updated successfully, but these errors were encountered: