Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into DOC-11654
Browse files Browse the repository at this point in the history
  • Loading branch information
florence-crl committed Dec 19, 2024
2 parents c230dfb + d788779 commit 2198eb9
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 2198eb9

Please sign in to comment.