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
86
86
87
87
## Access Levels
88
88
89
- Access and publish access rights depend on the mode used .
89
+ Access and publish access rights are mapped following the rules below .
90
90
91
91
verdaccio-gitlab access control will only be applied to package sections that
92
92
are marked with ` gitlab: true ` as in the configuration sample above. If you
93
93
wish to disable gitlab authentication to any package config, just remove the
94
94
element from the config.
95
95
96
- ### Normal Mode (default)
97
-
98
- In normal mode, packages are available:
99
-
100
- #### Access
96
+ ### Access
101
97
102
98
* access* is allowed depending on the following verdaccio ` package ` configuration
103
99
directives:
@@ -109,7 +105,7 @@ directives:
109
105
Please note that no group or package name mapping is applied on access, any
110
106
user successfully authenticated can access all packages.
111
107
112
- #### Publish
108
+ ### Publish
113
109
114
110
* publish* is allowed if the package name matches the logged in user
115
111
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