Skip to content

Commit 2573211

Browse files
committed
Merge remote-tracking branch 'origin/release/v11.2.0' into release/v11.2.0
2 parents cd0dc57 + c9feb28 commit 2573211

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backend/src/main/java/com/park/utmstack/domain/application_modules/factory/impl/ModuleCrowdStrike.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public List<ModuleConfigurationKey> getConfigurationKeys(Long groupId) throws Ex
5656
keys.add(ModuleConfigurationKey.builder()
5757
.withGroupId(groupId)
5858
.withConfKey("crowdStrike.client.secret")
59-
.withConfName("Secret")
59+
.withConfName("Client Secret")
6060
.withConfDescription("CrowdStrike Client Secret")
6161
.withConfDataType("password")
6262
.withConfRequired(true)
@@ -68,7 +68,7 @@ public List<ModuleConfigurationKey> getConfigurationKeys(Long groupId) throws Ex
6868
.withConfName("Cloud Region URL")
6969
.withConfDescription("CrowdStrike Cloud Region URL")
7070
.withConfDataType("text")
71-
.withConfRequired(false)
71+
.withConfRequired(true)
7272
.build());
7373

7474

@@ -92,6 +92,6 @@ public boolean validateConfiguration(UtmModule module, List<UtmModuleGroupConfig
9292

9393
@Override
9494
public ModuleName getName() {
95-
return ModuleName.SOC_AI;
95+
return ModuleName.CROWDSTRIKE;
9696
}
9797
}

0 commit comments

Comments
 (0)