From 3c9ecd47057848ba1e295c674bcf88457711bc35 Mon Sep 17 00:00:00 2001 From: Mattia Forcellese Date: Wed, 11 Sep 2024 17:26:55 +0000 Subject: [PATCH] feat: Added keycloak plugin Signed-off-by: Mattia Forcellese --- registry.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/registry.yaml b/registry.yaml index b5e2fb8c..5caa1131 100644 --- a/registry.yaml +++ b/registry.yaml @@ -498,3 +498,22 @@ plugins: source: gitlab extraction: supported: true + - name: keycloak + description: Falco plugin for sourcing and extracting Keycloak user/admin events + authors: Mattia Forcellese + contact: https://github.com/mattiaforc/falco-keycloak-plugin/issues + maintainers: + - name: Mattia Forcellese + email: mattiaforc@gmail.com + keywords: + - keycloak + url: https://github.com/mattiaforc/falco-keycloak-plugin + rules_url: https://github.com/mattiaforc/falco-keycloak-plugin/tree/main/rules + license: Apache-2.0 + capabilities: + sourcing: + supported: true + id: 20 + source: keycloak + extraction: + supported: true