From 40cd27487b64935659c0eb49ca6ce4f2b68709ff Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 8 Oct 2019 14:20:06 -0700 Subject: [PATCH] Remove read-only user from registry This is no longer used as read access is provided to unathenticated users with the recently added JWT support. Depends-On: https://review.opendev.org/687422 Change-Id: I36fd28710c644be9b07d645c6b0c6092f52a7385 --- playbooks/roles/registry/templates/registry.yaml.j2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/playbooks/roles/registry/templates/registry.yaml.j2 b/playbooks/roles/registry/templates/registry.yaml.j2 index edfd506f7a..d841b22a07 100644 --- a/playbooks/roles/registry/templates/registry.yaml.j2 +++ b/playbooks/roles/registry/templates/registry.yaml.j2 @@ -8,9 +8,6 @@ registry: - name: {{ registry_user }} pass: {{ registry_password }} access: write - - name: anonymous - pass: '' - access: read storage: driver: swift cloud: registry