Remove "Replay" function functionality (#1563)

This commit is contained in:
M. Mert Yildiran
2024-07-16 23:13:08 +03:00
committed by GitHub
parent e7778fe537
commit c88b3b0ba7
7 changed files with 2 additions and 13 deletions

View File

@@ -64,7 +64,6 @@ func CreateDefaultConfig() ConfigStruct {
Roles: map[string]configStructs.Role{
"admin": {
Filter: "",
CanReplayTraffic: true,
CanDownloadPCAP: true,
CanUseScripting: true,
CanUpdateTargetedPods: true,