From 17c624e596068ea079feffe011b8a6f334d40f24 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Wed, 27 Feb 2019 16:44:43 -0500 Subject: [PATCH] Add storage proxy option into the configuration tool --- config_app/js/core-config-setup/config-setup-tool.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/config_app/js/core-config-setup/config-setup-tool.html b/config_app/js/core-config-setup/config-setup-tool.html index 5fd63c5d4..58d9894b6 100644 --- a/config_app/js/core-config-setup/config-setup-tool.html +++ b/config_app/js/core-config-setup/config-setup-tool.html @@ -251,6 +251,14 @@

+
+ Proxy storage via +
+ If enabled, all requests to storage engine(s) will be proxied through . Should only be + enabled if storage cannot be directly accessed by external nodes talking to the registry. +
+
+
Enable Storage Replication
@@ -415,7 +423,7 @@
-

If enabled, all images pushed to Quay will be scanned via the external security scanning service, with vulnerability information available in the UI and API, as well +

If enabled, all images pushed to will be scanned via the external security scanning service, with vulnerability information available in the UI and API, as well as async notification support.