Add storage proxy option into the configuration tool

This commit is contained in:
Joseph Schorr 2019-02-27 16:44:43 -05:00
parent e78e021ea6
commit 17c624e596

View file

@ -251,6 +251,14 @@
</div>
</p>
<div class="config-bool-field" binding="config.FEATURE_PROXY_STORAGE">
Proxy storage via <span class="registry-name"></span>
<div class="help-text">
If enabled, all requests to storage engine(s) will be proxied through <span class="registry-name"></span>. Should only be
enabled if storage cannot be directly accessed by external nodes talking to the registry.
</div>
</div>
<div class="config-bool-field feature-storage-replication" binding="config.FEATURE_STORAGE_REPLICATION">
Enable Storage Replication
<div class="help-text">
@ -415,7 +423,7 @@
</div>
<div class="co-panel-body">
<div class="description">
<p>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
<p>If enabled, all images pushed to <span class="registry-name"></span> will be scanned via the external security scanning service, with vulnerability information available in the UI and API, as well
as async notification support.
</p>
</div>