From 27b3c400153a6f7d63f8da3171990c7b29af9f86 Mon Sep 17 00:00:00 2001 From: EvB Date: Fri, 28 Apr 2017 16:34:56 -0400 Subject: [PATCH] feat(config-setup): add auditlog failover option --- .../directives/config/config-setup-tool.html | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/static/directives/config/config-setup-tool.html b/static/directives/config/config-setup-tool.html index b2bc81eb3..ff2e2a558 100644 --- a/static/directives/config/config-setup-tool.html +++ b/static/directives/config/config-setup-tool.html @@ -177,6 +177,33 @@ + +
+
+ Data Consistency Settings +
+
+
+

Relax constraints on consistency guarantees for specific operations + to enable higher performance and availability. +

+
+ + + + +
+
+ Allow repository pulls even if audit logging fails. +
+ If enabled, failures to write to the audit log will fallback from + the database to the standard logger for registry pulls. +
+
+
+
+
+