Remove write authentication from the registry itself
Some checks are pending
CI/CD Pipeline / Test Backend (push) Waiting to run
CI/CD Pipeline / Test Frontend (push) Waiting to run
CI/CD Pipeline / Build and Push Docker Images (push) Blocked by required conditions
CI/CD Pipeline / Deploy to Production (push) Blocked by required conditions

This commit is contained in:
continuist 2025-06-28 23:40:36 -04:00
parent 54a5da1c8b
commit 2a383d166f

View file

@ -14,8 +14,4 @@ http:
headers: headers:
X-Content-Type-Options: [nosniff] X-Content-Type-Options: [nosniff]
X-Frame-Options: [DENY] X-Frame-Options: [DENY]
X-XSS-Protection: [1; mode=block] X-XSS-Protection: [1; mode=block]
auth:
htpasswd:
realm: basic-realm
path: /etc/docker/registry/auth/auth.htpasswd