From 2a383d166f562ce3bca4baa993545823773936e4 Mon Sep 17 00:00:00 2001 From: continuist Date: Sat, 28 Jun 2025 23:40:36 -0400 Subject: [PATCH] Remove write authentication from the registry itself --- registry/config.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/registry/config.yml b/registry/config.yml index ad910fa..98f20c1 100644 --- a/registry/config.yml +++ b/registry/config.yml @@ -14,8 +14,4 @@ http: headers: X-Content-Type-Options: [nosniff] X-Frame-Options: [DENY] - X-XSS-Protection: [1; mode=block] -auth: - htpasswd: - realm: basic-realm - path: /etc/docker/registry/auth/auth.htpasswd \ No newline at end of file + X-XSS-Protection: [1; mode=block] \ No newline at end of file