We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ea15bf + 0113e53 commit a6758f6Copy full SHA for a6758f6
sophos/processor/processor.go
@@ -26,9 +26,9 @@ func getSophosCentralProcessor(group types.ModuleGroup) SophosCentralProcessor {
26
27
for _, cnf := range group.Configurations {
28
switch cnf.ConfName {
29
- case "ClientID":
+ case "Client Id":
30
sophosProcessor.ClientID = cnf.ConfValue
31
- case "ClientSecret":
+ case "Client Secret":
32
sophosProcessor.ClientSecret = cnf.ConfValue
33
}
34
0 commit comments