You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A recent Kubernetes bugfix means that audit-logging of subresource requests which previously failed will now log successfully. The serviceaccounts/token subresource responds to TokenRequest API calls with a newly minted service account token.
The serviceaccounts/token resource should also be included in the metadata-only audit policy if credentials are not intended to appear in the audit log:
The following files reference a metadata-only audit policy in order to prevent logging request/response contents for sensitive resources:
A recent Kubernetes bugfix means that audit-logging of subresource requests which previously failed will now log successfully. The
serviceaccounts/token
subresource responds toTokenRequest
API calls with a newly minted service account token.The
serviceaccounts/token
resource should also be included in the metadata-only audit policy if credentials are not intended to appear in the audit log:The text was updated successfully, but these errors were encountered: