feat(config-setup): add auditlog failover option
This commit is contained in:
parent
dbb57f7001
commit
27b3c40015
1 changed files with 27 additions and 0 deletions
|
@ -177,6 +177,33 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- Consistency Settings -->
|
||||||
|
<div class="co-panel">
|
||||||
|
<div class="co-panel-heading">
|
||||||
|
<i class="fa fa-history"></i> Data Consistency Settings
|
||||||
|
</div>
|
||||||
|
<div class="co-panel-body">
|
||||||
|
<div class="description">
|
||||||
|
<p>Relax constraints on consistency guarantees for specific operations
|
||||||
|
to enable higher performance and availability.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<table class="config-table">
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<div class="config-bool-field" binding="config.ALLOW_PULLS_WITHOUT_STRICT_LOGGING">
|
||||||
|
Allow repository pulls even if audit logging fails.
|
||||||
|
<div class="help-text">
|
||||||
|
If enabled, failures to write to the audit log will fallback from
|
||||||
|
the database to the standard logger for registry pulls.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div> <!-- /Consistency Settings -->
|
||||||
|
|
||||||
<!-- Time Machine -->
|
<!-- Time Machine -->
|
||||||
<div class="co-panel">
|
<div class="co-panel">
|
||||||
<div class="co-panel-heading">
|
<div class="co-panel-heading">
|
||||||
|
|
Reference in a new issue