From 9bafd832797c4e3db52781f6f97e119feedff369 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 9 Oct 2019 09:51:59 -0700 Subject: [PATCH] Add public url to intermediate registry This is needed for the JWT auth fix in https://review.opendev.org/687622 Change-Id: I35f758ea6bfd3871921adc72c70766340216d654 --- playbooks/roles/registry/templates/registry.yaml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/roles/registry/templates/registry.yaml.j2 b/playbooks/roles/registry/templates/registry.yaml.j2 index edfd506f7a..f9ccc0df26 100644 --- a/playbooks/roles/registry/templates/registry.yaml.j2 +++ b/playbooks/roles/registry/templates/registry.yaml.j2 @@ -1,6 +1,7 @@ registry: address: '0.0.0.0' port: 5000 + public-url: https://insecure-ci-registry.opendev.org:5000 tls-cert: /certs/domain.crt tls-key: /certs/domain.key secret: {{ registry_token_secret }}