Adding known issue writeup for audit log bug (#28247)

* Create 1_17_audit-log-hmac.mdx

* add to 1.17 notes

* add to 1.16 upgrade notes
This commit is contained in:
Meggie
2024-08-30 21:57:20 -04:00
committed by GitHub
parent fcd6ef2731
commit aea2151dc3
3 changed files with 19 additions and 0 deletions

View File

@@ -144,6 +144,8 @@ kubectl exec -ti <NAME> -- wget https://github.com/moparisthebest/static-curl/re
## Known issues and workarounds
@include 'known-issues/1_17_audit-log-hmac.mdx'
@include 'known-issues/1_16-jwt_auth_bound_audiences.mdx'
@include 'known-issues/1_16-jwt_auth_config.mdx'

View File

@@ -131,6 +131,8 @@ kubectl exec -ti <NAME> -- wget https://github.com/moparisthebest/static-curl/re
## Known issues and workarounds
@include 'known-issues/1_17_audit-log-hmac.mdx'
@include 'known-issues/ocsp-redirect.mdx'
@include 'known-issues/agent-and-proxy-excessive-cpu-1-17.mdx'

View File

@@ -0,0 +1,15 @@
### Client tokens and token accessors audited in plaintext
#### Affected versions
- 1.16.7, 1.16.8, 1.17.3, 1.17.4
#### Issue
In versions 1.16.7, 1.16.8, 1.17.3, and 1.17.4 audit logs may contain non-hmacd values for
client_token and accessor data in the response portion.
A fix has been created and is released in 1.16.9 and 1.17.5.
#### Workaround
It is recommended to avoid affected versions when upgrading.
If you are on these versions and using the audit logging feature please upgrade promptly to 1.16.9 or 1.17.5.