Skip to content
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

Allow to set a webhook backend for the audit logs #8597

Open
Tracked by #9249
Issif opened this issue Apr 12, 2024 · 0 comments
Open
Tracked by #9249

Allow to set a webhook backend for the audit logs #8597

Issif opened this issue Apr 12, 2024 · 0 comments

Comments

@Issif
Copy link

Issif commented Apr 12, 2024

Feature Request

Allow to set a webhook backend for the control plane audit logs.

Description

The k8s control plane can send its audit logs to a specified webhook endpoint but nothing allow to configure that in Talos for now. See the official [k8s docs](Allow to set a webhook backend for the audit logs) for more details.

We could have a setting like this:

cluster:
  apiServer:
    auditWebhook:
      server: http://${IP}:${PORT}/${PATH}

which results to create the required config file for the control plane:

apiVersion: v1
kind: Config
clusters:
- name: falco
  cluster:
    server: http://${IP}:${PORT}/${PATH}
contexts:
- context:
    cluster: falco
    user: ""
  name: default-context
current-context: default-context
preferences: {}
users: []

My current need is to be able to use the K8s audit logs plugin of Falco with Talos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant