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
Currently, REANA integrates with only one GitLab instance specified in REANA_GITLAB_HOST. Regarding the launcher, REANA supports gitlab.com, gitlab.cern.ch and REANA_GITLAB_HOST.
We should investigate how to support multiple GitLab instances:
For launcher, it is only necessary to make FETCHER_ALLOWED_GITLAB_HOSTNAMES configurable with Helm values
For the webhook integration, more work is required, as for example we will need to store multiple secrets for each user
As of now, option 1 is sufficient, while option 2 can be tackled later on. However, it can also make sense to work on both of the options at the same time, if that is more convenient for us.
The text was updated successfully, but these errors were encountered:
Currently, REANA integrates with only one GitLab instance specified in
REANA_GITLAB_HOST
. Regarding the launcher, REANA supportsgitlab.com
,gitlab.cern.ch
andREANA_GITLAB_HOST
.We should investigate how to support multiple GitLab instances:
FETCHER_ALLOWED_GITLAB_HOSTNAMES
configurable with Helm valuesAs of now, option 1 is sufficient, while option 2 can be tackled later on. However, it can also make sense to work on both of the options at the same time, if that is more convenient for us.
The text was updated successfully, but these errors were encountered: