Skip to content

Commit 0113e53

Browse files
committed
Update handling of Client Id and Client Secret in Sophos Central integration.
1 parent b21529c commit 0113e53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sophos/processor/processor.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ func getSophosCentralProcessor(group types.ModuleGroup) SophosCentralProcessor {
2626

2727
for _, cnf := range group.Configurations {
2828
switch cnf.ConfName {
29-
case "ClientID":
29+
case "Client Id":
3030
sophosProcessor.ClientID = cnf.ConfValue
31-
case "ClientSecret":
31+
case "Client Secret":
3232
sophosProcessor.ClientSecret = cnf.ConfValue
3333
}
3434
}

0 commit comments

Comments
 (0)