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:
commit
dbe64c8327
1 changed files with 9 additions and 1 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue