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
{{ message }}
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
I add the openapi yaml files for both QeAPP and SSSPapp, but there is a problem registering them both in one jupyterhub, since the two marketplace applications have different id and secret for authenticator, but in our condition, they share the same authenticator.
I think there are two ways for this issue, 1. we deploy them in different servers. 2. Modify the _get_hearder method of an authenticator, so it can authenticate for both applications.
The second option is more what we expected from start, and I don't think have only one aiidalab app in a server is a good idea. I will try to implement the second option but in another PR.
I add the openapi yaml files for both QeAPP and SSSPapp, but there is a problem registering them both in one jupyterhub, since the two marketplace applications have different id and secret for authenticator, but in our condition, they share the same authenticator.
I think there are two ways for this issue, 1. we deploy them in different servers. 2. Modify the
_get_hearder
method of an authenticator, so it can authenticate for both applications.The second option is more what we expected from start, and I don't think have only one aiidalab app in a server is a good idea. I will try to implement the second option but in another PR.
Originally posted by @unkcpz in #20 (comment)
The text was updated successfully, but these errors were encountered: