Skip to content

Commit daa6fe7

Browse files
committed
Merge branch 'docs/add-warning-for-registry-configuration' into 'master'
Emphasis the importance of auth registry See merge request gitlab-org/gitlab-ce!22843
2 parents 52c9c0d + e64b011 commit daa6fe7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/administration/container_registry.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ A Registry init file is not shipped with GitLab if you install it from source.
7171
Hence, [restarting GitLab][restart gitlab] will not restart the Registry should
7272
you modify its settings. Read the upstream documentation on how to achieve that.
7373

74-
At the absolute minimum, make sure your [Registry configuration][registry-auth]
74+
At the **absolute** minimum, make sure your [Registry configuration][registry-auth]
7575
has `container_registry` as the service and `https://gitlab.example.com/jwt/auth`
7676
as the realm:
7777

@@ -84,6 +84,9 @@ auth:
8484
rootcertbundle: /root/certs/certbundle
8585
```
8686

87+
CAUTION: **Caution:**
88+
If `auth` is not set up, users will be able to pull docker images without authentication.
89+
8790
## Container Registry domain configuration
8891

8992
There are two ways you can configure the Registry's external domain.

0 commit comments

Comments
 (0)