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
It isn’t possible today to dynamically use the Kubernetes Audit Logs to monitor for exec events - managed platforms like AKS/EKS configure this for you, and typically send the logging to their own backends.
However, it should be possible to create ValidatingWebhookConfigurations that respond to exec and debug events. Initially we can take the webhook calls, and emit events onto the pods that they target .. providing an auditing service.
In the future, we should be able to use this to implement a second layer of security beyond the allowedGroups setting.
The text was updated successfully, but these errors were encountered:
diranged
changed the title
feature: validatingwebhook endpoint
feature: validatingwebhook endpoint for pod/exec calls
Nov 24, 2022
It isn’t possible today to dynamically use the Kubernetes Audit Logs to monitor for
exec
events - managed platforms like AKS/EKS configure this for you, and typically send the logging to their own backends.However, it should be possible to create ValidatingWebhookConfigurations that respond to
exec
anddebug
events. Initially we can take the webhook calls, and emit events onto the pods that they target .. providing an auditing service.In the future, we should be able to use this to implement a second layer of security beyond the
allowedGroups
setting.The text was updated successfully, but these errors were encountered: