Skip to content
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

Can't Access Private gitlab server #127

Open
as3mbus opened this issue Mar 30, 2021 · 0 comments
Open

Can't Access Private gitlab server #127

as3mbus opened this issue Mar 30, 2021 · 0 comments

Comments

@as3mbus
Copy link

as3mbus commented Mar 30, 2021

i am trying to integrate private gitlab instance with verdaccio using this plugin. and yes i'm still far from understand on how verdaccio plugin works

so far what i've done is :

  1. install gitlab verdaccio package
  2. add gitlab auth plugin
  3. setting the url to http://192.168.0.16

but when i try to login using private access token the web interface only shows unable to sign in.

i've tried to set the url to https://gitlab.com and it worked just fine.

is there any way for me to debug this deeper.

thank you beforehand.

EDIT :
Managed to read log file and it seems the error are on gitlab query

[gitlab] user: as3mbus error querying gitlab: StatusCodeError: 404 - {\"error\":\"404 Not Found\"}"

EDIT2 :

Traced the log to assume that my gitlab api are having problem

"[gitlab] authenticate called for user: billy.firman"
"[gitlab] user: billy.firman not found in cache"
"[gitlab] querying gitlab user groups with params: [object Object]"
"[gitlab] user: billy.firman error querying gitlab: StatusCodeError: 404 - {\"error\":\"404 Not Found\"}"

but the only problem are related to projects, and groups API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant