-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Add AKS audit logs plugin #551
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: IgorEulalio The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
118f1c6
to
345e7bd
Compare
Rules files suggestions |
Signed-off-by: Francesco Pirrò <[email protected]> update(plugins/gcpaudit): bump plugin version to 0.5.0 Signed-off-by: Francesco Pirrò <[email protected]> chore(plugins/gcpaudit): update changelogs with v0.5.0 changes Signed-off-by: Francesco Pirrò <[email protected]> add initial plugin structure Signed-off-by: Igor Eulalio <[email protected]> add processor function, refactor workflow to leverage channels Signed-off-by: Igor Eulalio <[email protected]> refactoring main function to handle Process in underlying package, introducing channels Signed-off-by: Igor Eulalio <[email protected]> add makefile Signed-off-by: Igor Eulalio <[email protected]> update regisry + readme for k8saudit-aks Signed-off-by: Thomas Labarussias <[email protected]> add owners Signed-off-by: Thomas Labarussias <[email protected]> fix Open method arg Signed-off-by: Thomas Labarussias <[email protected]> refactor code to handle the channel logic, add Makefile helpers, add new rule Signed-off-by: Igor Eulalio <[email protected]> add logs using proper plugin, finish configuration Signed-off-by: Igor Eulalio <[email protected]> feat: add .envrc to gitignore Signed-off-by: Igor Eulalio <[email protected]> feat: add .envrc to gitignore Signed-off-by: Igor Eulalio <[email protected]>
Rules files suggestions |
…ure proper resource shutdown for partitionClient Signed-off-by: Igor Eulalio <[email protected]>
What this PR does / why we need it:
That PR aims to add support for ingesting Azure AKS audit logs plugins and stream them to k8s_audit plugin.
Fixes #243
Fixes #368