Add changelog entry for audit logging header extraction improvement

This commit is contained in:
Matt Keeler 2021-09-22 09:29:05 -04:00 committed by Matt Keeler
parent a6a359cc80
commit c04d5c4238
1 changed files with 3 additions and 0 deletions

3
.changelog/11107.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:improvement
audit-logging: **(Enterprise Only)** Audit logs will now include select HTTP headers in each logs payload. Those headers are: `Forwarded`, `Via`, `X-Forwarded-For`, `X-Forwarded-Host` and `X-Forwarded-Proto`.
```