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
Describe the solution you'd like
Currently gatekeeper performs audit after every audit_ts interval. For the teams using the gatekeeper events/logs to perform processing in the backend, there is no accurate way to estimate when the next audit will happen because a restart for the audit-controller pod could reset the counter and hence the backend processing might get affected. Can we have a feature where we can pass a specific time with a day as an argument and gatekeeper can perform audit only during that time. For ex. We can pass something like 13:00:00 PST and gatekeeper would perform audit every day at 1 PM PST. Thanks.
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
Gatekeeper version: v3.8.1
Kubernetes version: (use kubectl version): v1.22
The text was updated successfully, but these errors were encountered:
I think there's some ongoing discussion regarding audit modes -- when and how to configure running the audit schedules. Here's another issue chatting about it. There's some overlap with your ask:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
Describe the solution you'd like
Currently gatekeeper performs audit after every
audit_ts
interval. For the teams using the gatekeeper events/logs to perform processing in the backend, there is no accurate way to estimate when the next audit will happen because a restart for the audit-controller pod could reset the counter and hence the backend processing might get affected. Can we have a feature where we can pass a specific time with a day as an argument and gatekeeper can perform audit only during that time. For ex. We can pass something like13:00:00 PST
and gatekeeper would perform audit every day at 1 PM PST. Thanks.Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
kubectl version
): v1.22The text was updated successfully, but these errors were encountered: