Integrate gitlab at path prefix in default installation #876
Closed
prasadtalasila
started this conversation in
Ideas
Replies: 1 comment
-
completed in PR #961 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The current recommended installation results in hosting of gitlab and DTaaS on different domains. For example, both the applications could be hosted at the following URLs
Gitlab: https://gitlab.bar.com
DTaaS: http://foo.com
In this scenario, the front-end DTaaS client application becomes accessible at http://foo.com and when ever a request is made to gitlab, it becomes a CORS request. Gitlab allows CORS requests only for OAuth2 and disallows such requests for all other API calls. Given this limitation, it is not possible to make DTaaS work with default Gitlab setup.
To avoid this problem, it is envisaged to make gitlab installation part of DTaaS installation by making gitlab available at http(s)://foo.com/gitlab so that CORS problem does not arise.
Beta Was this translation helpful? Give feedback.
All reactions