1
0
mirror of https://github.com/containous/traefik.git synced 2024-10-26 08:55:09 +03:00

Clarify only header fields may be redacted in access-logs

This commit is contained in:
Matt Brown 2024-10-04 03:28:04 +13:00 committed by GitHub
parent 518caa79f9
commit e8ab3af74d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -138,7 +138,8 @@ Each field can be set to:
- `keep` to keep the value
- `drop` to drop the value
- `redact` to replace the value with "redacted"
Header fields may also optionally be set to `redact` to replace the value with "REDACTED".
The `defaultMode` for `fields.names` is `keep`.