Added LDAP support (#1647)

This commit is contained in:
Alon Girmonsky 2024-12-08 15:02:50 -08:00 committed by GitHub
parent dfbb321084
commit 80fa18cbba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -82,6 +82,7 @@ func CreateDefaultConfig() ConfigStruct {
// "udp",
"ws",
// "tls",
"ldap",
},
},
}

View File

@ -103,7 +103,7 @@ tap:
sentry:
enabled: false
environment: production
defaultFilter: "!dns and !tcp and !udp and !icmp"
defaultFilter: "!dns and !error"
scriptingDisabled: false
targetedPodsUpdateDisabled: false
presetFiltersChangingEnabled: true
@ -133,7 +133,6 @@ tap:
- sctp
- syscall
- ws
- tls
metrics:
port: 49100
pprof:

View File

@ -252,7 +252,7 @@ data:
TIMEZONE: ' '
CLOUD_LICENSE_ENABLED: 'true'
DUPLICATE_TIMEFRAME: '200ms'
ENABLED_DISSECTORS: 'amqp,dns,http,icmp,kafka,redis,sctp,syscall,ws,tls'
ENABLED_DISSECTORS: 'amqp,dns,http,icmp,kafka,redis,sctp,syscall,ws,tls,ldap'
DISSECTORS_UPDATING_ENABLED: 'true'
DETECT_DUPLICATES: 'false'
PCAP_DUMP_ENABLE: 'true'