Skip to content

Commit

Permalink
DOC-11640 PR #134018 - settings: redact all string settings for diagn…
Browse files Browse the repository at this point in the history
…ostics (#19243)

* In telemetry-table.html include file, updated to mention that string values of sensitive settings are redacted.

* Incorporated Kathryn’s feedback.
  • Loading branch information
florence-crl authored Dec 19, 2024
1 parent 6a20a8c commit d788779
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/current/_includes/common/telemetry-table.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,7 @@
</tr>
<tr>
<td>Altered cluster settings</td>
<td>
Cluster settings that have been altered from their default values.
Note that any values of type 'string' are redacted, such as the cluster organization.
<td>Cluster settings that have been altered from their default values. Note that every value of type 'string' is redacted, such as the cluster organization, as well as sensitive settings, such as OIDC authentication.
</td>
<td>
<ul>
Expand All @@ -96,8 +94,11 @@
<td>
<code>
"alteredSettings": {
"cluster.organization": "\u003credacted\u003e", "kv.lease.expiration_leases_only.enabled": "false",
"kv.rangefeed.enabled": "true"
"cluster.organization": "\u003credacted\u003e",
"cluster.secret": "\u003credacted\u003e",
"kv.rangefeed.enabled": "true",
"server.oidc_authentication.client_id": "\u003credacted\u003e",
"server.oidc_authentication.client_secret": "\u003credacted\u003e",
}
</code>
</td>
Expand Down

0 comments on commit d788779

Please sign in to comment.