You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Web UI, authentication service and event recorder for private docker registry v2
11
11
* Optional token based authentication provider with role-based permissions
12
12
* Docker registry notification recording and audit
13
13
14
-
### Warning: [this version config](web-app/WEB-INF/config.yml) is not compatible with configuration of versions prior 0.1.0
14
+
### Warning: [this version config](https://github.com/mkuchin/docker-registry-web/blob/master/web-app/WEB-INF/config.yml) is not compatible with configuration of versions prior 0.1.0
15
15
[Migrating configuration from 0.0.4 to 0.1.x](https://github.com/mkuchin/docker-registry-web/wiki/Migrating-configuration)
16
16
17
17
### Docker pull command
@@ -136,10 +136,10 @@ After first start you will have following roles:
136
136
You can't delete or modify UI_ADMIN and UI_USER role, they are special roles and allows admin or user access to UI respectively.
137
137
User access allows to browse registry and delete images, admin access allows to create, delete and modify users and roles in addition to user access.
138
138
Every non-special role has a list of ACLs, each of ACL grants permission grants permission to `pull`, `pull+push` or `pull+push+delete`
139
-
based on IP and image name [glob matching](<https://docs.oracle.com/javase/7/docs/api/java/nio/file/FileSystem.html#getPathMatcher(java.lang.String)>).
139
+
based on IP and image name [glob matching](https://github.com/mkuchin/docker-registry-web/wiki/Glob-matching).
140
140
For example **read-all** role matches any IP and any image name with glob `*` and grants `pull` permission and
141
141
**write-all** role grants `pull+push` permission for any IP and any image name.
0 commit comments