Skip to content

Commit

Permalink
Register plugin as ID 18
Browse files Browse the repository at this point in the history
Signed-off-by: Hunter Madison <[email protected]>
  • Loading branch information
hmadison committed Apr 19, 2024
1 parent 1029a4a commit f05fb6f
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
3 changes: 2 additions & 1 deletion OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ emeritus_approvers:
- ldegio
- leodido
- fntlnz

reviewers:
- hmadison
2 changes: 1 addition & 1 deletion plugins/kafka/pkg/kafka/kafka.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

const (
PluginID uint32 = 999
PluginID uint32 = 18
PluginName = "kafka"
PluginDescription = "Kafka consumer for Falco"
PluginContact = "github.com/ibm/falco-kafka"
Expand Down
25 changes: 25 additions & 0 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -451,3 +451,28 @@ plugins:
source: journal
extraction:
supported: true
- name: kafka
description: |
Read events from Kafka topics into Falco
authors: Hunter Madison
contact: https://falco.org/community
maintainers:
- name: Hunter Madison
email: [email protected]
keywords:
- events
- kafka
url: https://github.com/falcosecurity/plugins/tree/main/plugins/kafka
rules_url: https://github.com/falcosecurity/plugins/tree/main/plugins/kafka/rules
license: Apache-2.0
signature:
cosign:
certificate-oidc-issuer: https://token.actions.githubusercontent.com
certificate-identity-regexp: https://github.com/falcosecurity/plugins/
capabilities:
sourcing:
supported: true
id: 18
source: kafka
extraction:
supported: false

0 comments on commit f05fb6f

Please sign in to comment.