mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-21 22:08:59 +00:00
Added LDAP support (#1647)
This commit is contained in:
parent
dfbb321084
commit
80fa18cbba
@ -82,6 +82,7 @@ func CreateDefaultConfig() ConfigStruct {
|
|||||||
// "udp",
|
// "udp",
|
||||||
"ws",
|
"ws",
|
||||||
// "tls",
|
// "tls",
|
||||||
|
"ldap",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
@ -103,7 +103,7 @@ tap:
|
|||||||
sentry:
|
sentry:
|
||||||
enabled: false
|
enabled: false
|
||||||
environment: production
|
environment: production
|
||||||
defaultFilter: "!dns and !tcp and !udp and !icmp"
|
defaultFilter: "!dns and !error"
|
||||||
scriptingDisabled: false
|
scriptingDisabled: false
|
||||||
targetedPodsUpdateDisabled: false
|
targetedPodsUpdateDisabled: false
|
||||||
presetFiltersChangingEnabled: true
|
presetFiltersChangingEnabled: true
|
||||||
@ -133,7 +133,6 @@ tap:
|
|||||||
- sctp
|
- sctp
|
||||||
- syscall
|
- syscall
|
||||||
- ws
|
- ws
|
||||||
- tls
|
|
||||||
metrics:
|
metrics:
|
||||||
port: 49100
|
port: 49100
|
||||||
pprof:
|
pprof:
|
||||||
|
@ -252,7 +252,7 @@ data:
|
|||||||
TIMEZONE: ' '
|
TIMEZONE: ' '
|
||||||
CLOUD_LICENSE_ENABLED: 'true'
|
CLOUD_LICENSE_ENABLED: 'true'
|
||||||
DUPLICATE_TIMEFRAME: '200ms'
|
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'
|
DISSECTORS_UPDATING_ENABLED: 'true'
|
||||||
DETECT_DUPLICATES: 'false'
|
DETECT_DUPLICATES: 'false'
|
||||||
PCAP_DUMP_ENABLE: 'true'
|
PCAP_DUMP_ENABLE: 'true'
|
||||||
|
Loading…
Reference in New Issue
Block a user