mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-12 05:43:34 +00:00
support new radius protocol (#1682)
This commit is contained in:
parent
46ad335446
commit
1d572e6bff
@ -59,13 +59,13 @@ func CreateDefaultConfig() ConfigStruct {
|
|||||||
RoleAttribute: "role",
|
RoleAttribute: "role",
|
||||||
Roles: map[string]configStructs.Role{
|
Roles: map[string]configStructs.Role{
|
||||||
"admin": {
|
"admin": {
|
||||||
Filter: "",
|
Filter: "",
|
||||||
CanDownloadPCAP: true,
|
CanDownloadPCAP: true,
|
||||||
CanUseScripting: true,
|
CanUseScripting: true,
|
||||||
ScriptingPermissions: configStructs.ScriptingPermissions{
|
ScriptingPermissions: configStructs.ScriptingPermissions{
|
||||||
CanSave: true,
|
CanSave: true,
|
||||||
CanActivate: true,
|
CanActivate: true,
|
||||||
CanDelete: true,
|
CanDelete: true,
|
||||||
},
|
},
|
||||||
CanUpdateTargetedPods: true,
|
CanUpdateTargetedPods: true,
|
||||||
CanStopTrafficCapturing: true,
|
CanStopTrafficCapturing: true,
|
||||||
@ -88,6 +88,7 @@ func CreateDefaultConfig() ConfigStruct {
|
|||||||
"ws",
|
"ws",
|
||||||
// "tlsx",
|
// "tlsx",
|
||||||
"ldap",
|
"ldap",
|
||||||
|
"radius",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user