[Backport 8.12] 8.11.0 changelog (#2099)
* Changelog for 8.11.0
* Add redaction docs link to changelog
(cherry picked from commit 1fb789862d)
Co-authored-by: Josh Mock <joshua.mock@elastic.co>
This commit is contained in:
committed by
GitHub
parent
1e8565ad3b
commit
a2fb62ba43
@ -92,6 +92,7 @@ const client = new Client({
|
||||
----
|
||||
|
||||
[discrete]
|
||||
[[redaction]]
|
||||
==== Redaction of potentially sensitive data
|
||||
|
||||
When the client raises an `Error` that originated at the HTTP layer, like a `ConnectionError` or `TimeoutError`, a `meta` object is often attached to the error object that includes metadata useful for debugging, like request and response information. Because this can include potentially sensitive data, like authentication secrets in an `Authorization` header, the client takes measures to redact common sources of sensitive data when this metadata is attached and serialized.
|
||||
|
||||
Reference in New Issue
Block a user