bufferoverflow / verdaccio-gitlab

private npm registry (Verdaccio) using gitlab-ce as authentication and authorization provider
MIT License
160 stars 55 forks source link

Allow limiting access to only authenticated users #2

Closed drubin closed 6 years ago

drubin commented 6 years ago

Related to https://github.com/bufferoverflow/verdaccio-gitlab/pull/1

It would be great to limit who has access to view the npm packages that are published.

Currently even adding access: $authenticated doesn't limit access.

bufferoverflow commented 6 years ago

you are welcome to test this with 0.0.5 , please close the issue if it works properly on your side.

drubin commented 6 years ago

@bufferoverflow Thank you for adding this so quickly, Your fix is much better than mine.