bufferoverflow / verdaccio-gitlab

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

Extend the allow_access logic to accept the same values as the default auth plugin #58

Closed dlouzan closed 5 years ago

dlouzan commented 6 years ago

We document that we accept the same access levels as managed by the default auth plugin, but we are missing some. Synchronize this part of the code.

Also improve documentation about the gitlab: true yaml element that has to be set on each package section for which the plugin shall apply.