-
I try to integrate Threat Dragon (docker app) with my gitlab server. The documentation on this is open for interpretation (to put it mildly) ^^ The first issue I have was with the GITLAB_SCOPE var. The second issue comes with the GITLAB_REDIRECT_URI var.
Do you know how I have to fill my env vars to make the integration work? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 3 replies
-
The correct default value for the GITLAB_REDIRECT_URI would be 'read_user read_repository write_repository profile'. This is also defined here:
|
Beta Was this translation helpful? Give feedback.
-
I opened an issue for the scope param: #995 |
Beta Was this translation helpful? Give feedback.
-
@fdellwing and @steve-winter , can you help with the second issue involving GITLAB_REDIRECT_URI variable? |
Beta Was this translation helpful? Give feedback.
-
The correct (working) They error message from OP is because the version that support OnPrem Gitlab is not yet released. |
Beta Was this translation helpful? Give feedback.
-
@jgadsden, @fdellwing thx a lot for the quick replies. Do you have a rough idea when the new version supporting my Gitlab will be released? Could you also please elaborate a bit on how the oauth flow for OnPrem Gitlab differs from the one for the Gitlab that is currently supported? |
Beta Was this translation helpful? Give feedback.
-
We think version 2.3 will be out in August 2024, with the changes so far rolled in - but this is relevant mainly for desktop app |
Beta Was this translation helpful? Give feedback.
The correct default value for the GITLAB_REDIRECT_URI would be 'read_user read_repository write_repository profile'.
So separation by spaces instead of commas.
This is also defined here: