mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
policies/event_matcher: Add query option to filter events (#21618)
* policies/event_matcher: support QL query Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix lit dev warning Signed-off-by: Jens Langhammer <jens@goauthentik.io> * cache autocomplete data if QL isn't setup yet Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add ui Signed-off-by: Jens Langhammer <jens@goauthentik.io> * dont use ql input in modal Signed-off-by: Jens Langhammer <jens@goauthentik.io> * cleanup Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix codespell Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@@ -138,7 +138,8 @@
|
||||
"SshRsa",
|
||||
"UnicodeRef",
|
||||
"Email",
|
||||
"HashStrings"
|
||||
"HashStrings",
|
||||
"AKQL"
|
||||
],
|
||||
"languageSettings": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user