From c641caba4ea0df44dc7bd069c1fecf0e4e45db11 Mon Sep 17 00:00:00 2001 From: Steven Smith <77019920+stevsmit@users.noreply.github.com> Date: Tue, 5 Nov 2024 15:33:35 -0500 Subject: [PATCH] updates allow strict logging config field (#1149) Co-authored-by: Steven Smith --- modules/config-fields-actionlog.adoc | 2 +- modules/config-updates-312.adoc | 2 +- modules/rn_3_12_0.adoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/config-fields-actionlog.adoc b/modules/config-fields-actionlog.adoc index be6b5523..61aa12e9 100644 --- a/modules/config-fields-actionlog.adoc +++ b/modules/config-fields-actionlog.adoc @@ -16,7 +16,7 @@ **Default:** `database` | **LOGS_MODEL_CONFIG** | Object | Logs model config for action logs. -| **ALLOW_WITHOUT_STRICT_LOGGING** | Boolean | When set to `True`, if the external log system like Splunk or ElasticSearch is intermittently unavailable, allows users to push images normally. Events are logged to the stdout instead. + +| **ALLOW_WITHOUT_STRICT_LOGGING** | Boolean | When set to `True`, if the external log system like Splunk or ElasticSearch is intermittently unavailable, allows users to push images normally. Events are logged to the stdout instead. Overrides `ALLOW_PULLS_WITHOUT_STRICT_LOGGING` if set. + + **Default:** False |=== diff --git a/modules/config-updates-312.adoc b/modules/config-updates-312.adoc index e91e317a..9e703122 100644 --- a/modules/config-updates-312.adoc +++ b/modules/config-updates-312.adoc @@ -90,7 +90,7 @@ The following configuration field has been added to address when external system |=== | Field | Type | Description -| *ALLOW_WITHOUT_STRICT_LOGGING* | Boolean | When set to `True`, allows you to use any registry action when you are unable to write to the audit log. +| *ALLOW_WITHOUT_STRICT_LOGGING* | Boolean | When set to `True`, if the external log system like Splunk or ElasticSearch is intermittently unavailable, allows users to push images normally. Events are logged to the stdout instead. Overrides `ALLOW_PULLS_WITHOUT_STRICT_LOGGING` if set. |=== .Example strict logging YAML diff --git a/modules/rn_3_12_0.adoc b/modules/rn_3_12_0.adoc index 8969b2c6..4ca60b5d 100644 --- a/modules/rn_3_12_0.adoc +++ b/modules/rn_3_12_0.adoc @@ -263,7 +263,7 @@ The following configuration field has been added to address when external system |=== | Field | Type | Description -| *ALLOW_WITHOUT_STRICT_LOGGING* | Boolean | When set to `True`, allows you to use any registry action when you are unable to write to the audit log. +| *ALLOW_WITHOUT_STRICT_LOGGING* | Boolean | When set to `True`, if the external log system like Splunk or ElasticSearch is intermittently unavailable, allows users to push images normally. Events are logged to the stdout instead. Overrides `ALLOW_PULLS_WITHOUT_STRICT_LOGGING` if set. |=== .Example strict logging YAML