File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -86,18 +86,14 @@ yarn publish --registry http://localhost:4873
8686
8787## Access Levels
8888
89- Access and publish access rights depend on the mode used .
89+ Access and publish access rights are mapped following the rules below .
9090
9191verdaccio-gitlab access control will only be applied to package sections that
9292are marked with ` gitlab: true ` as in the configuration sample above. If you
9393wish to disable gitlab authentication to any package config, just remove the
9494element from the config.
9595
96- ### Normal Mode (default)
97-
98- In normal mode, packages are available:
99-
100- #### Access
96+ ### Access
10197
10298* access* is allowed depending on the following verdaccio ` package ` configuration
10399directives:
@@ -109,7 +105,7 @@ directives:
109105Please note that no group or package name mapping is applied on access, any
110106user successfully authenticated can access all packages.
111107
112- #### Publish
108+ ### Publish
113109
114110* publish* is allowed if the package name matches the logged in user
115111 id, if the package name or scope of the package matches one of the
You can’t perform that action at this time.
0 commit comments