Merge pull request #3386 from quay/joseph.schorr/QUAY-1352/storage-proxy

Add storage proxy option into the configuration tool
This commit is contained in:
Joseph Schorr 2019-02-27 16:59:24 -05:00 committed by GitHub
commit dbe64c8327
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>