-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to login with self-hosted gitlab #34
Comments
we encounted the same issue, and didn't find any useful information. |
no, actually, i'd tried both way of login/gle and login/gitlab_enterprise. Neither works. From the worker's log, it showed 401 which means the authenication is failed i guess when it jumped back from gitlab to codecov. i'm using the Community version of gitlab, so not sure if it is kind of incompatiblity. |
Seeing the same issue. Even after fixing the redirect URL and using
|
Hello, Any updates on this bug ? Facing it too... Thanks ! |
This fixed the issue for me: #42 |
Hello @bert0RM, it doesn't work but as I said in another comment, I use MY_IP.nip.io for codecov and gitlab.local domains for my local setup. |
I'm trying to deploy self-hosted codecov and use it in conjunction with self-hosted gitlab
I configured the gitlab application.
as shown below
After deploying codecov using docker compose, I was successfully prompted to login with gitlab ce
And then this error appeared
The difference I found was that I configured the callback address to be
http://ip:port/login/gitlab_enterprise
but it changed to
http://ip:port/login/gle
When I change it to gitlab_enterprise and type it directly into the browser, I can bring up the gitlab authentication window, but it still fails after authentication
Any help is appreciated!
The text was updated successfully, but these errors were encountered: