Skip to content

Commit 6605e8a

Browse files
committed
Test: Disable auth
Change-type: patch
1 parent 6eb82b7 commit 6605e8a

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

config/confd/templates/docker-registry.yml.tmpl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@ proxy:
2020
remoteurl: {{getenv "REGISTRY2_PROXY_REMOTE_URL" "https://registry-1.docker.io"}}
2121
username: {{getenv "REGISTRY2_PROXY_USERNAME"}}
2222
password: {{getenv "REGISTRY2_PROXY_PASSWORD"}}
23-
{{else}}
24-
auth:
25-
token:
26-
service: {{getenv "REGISTRY2_HOST"}}
27-
realm: {{getenv "REGISTRY2_TOKEN_AUTH_REALM"}}
28-
issuer: {{getenv "REGISTRY2_TOKEN_AUTH_ISSUER"}}
29-
rootcertbundle: /tmp/registry-tokenauth.crt
30-
jwks: /tmp/registry-jwks.json
3123
{{end}}
3224

3325
storage:

0 commit comments

Comments
 (0)