Skip to content

Commit

Permalink
updates allow strict logging config field (#1149)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Smith <[email protected]>
  • Loading branch information
stevsmit and Steven Smith authored Nov 5, 2024
1 parent ab6e437 commit c641cab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/config-fields-actionlog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
|===
Expand Down
2 changes: 1 addition & 1 deletion modules/config-updates-312.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion modules/rn_3_12_0.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c641cab

Please sign in to comment.