verdaccio-auth-gitlab
verdaccio-auth-gitlab copied to clipboard
Not sure if using :group correctly
I'm trying to authenticate using access: $gitlab:group:impakt-dev:member
, where impakt-dev
is my group name. I'm 100% sure I am a member (and owner) of the group, yet I get unauthorized. It works fine if using $gitlab:user. I've also tried with fullGroupPath: true
. If I call https://gitlab.com/api/v4/groups
and use my token (same one I use to login on the verdaccio front-end), I also see my group within the array.
Using verdaccio/verdaccio:5.15.4
on localhost
Is there anything I am missing? Would appreciate any help.
Thanks!
Please provide more information for troubleshooting, such as server configuration, client configuration, operation steps, output logs, etc.