@@ -46,7 +46,7 @@ public List<ModuleConfigurationKey> getConfigurationKeys(Long groupId) throws Ex
4646
4747 keys .add (ModuleConfigurationKey .builder ()
4848 .withGroupId (groupId )
49- .withConfKey ("crowdStrike.client.id " )
49+ .withConfKey ("crowdstrike_client_id " )
5050 .withConfName ("Client ID" )
5151 .withConfDescription ("CrowdStrike Client ID" )
5252 .withConfDataType ("text" )
@@ -55,7 +55,7 @@ public List<ModuleConfigurationKey> getConfigurationKeys(Long groupId) throws Ex
5555
5656 keys .add (ModuleConfigurationKey .builder ()
5757 .withGroupId (groupId )
58- .withConfKey ("crowdStrike.client.secret " )
58+ .withConfKey ("crowdstrike_client_secret " )
5959 .withConfName ("Client Secret" )
6060 .withConfDescription ("CrowdStrike Client Secret" )
6161 .withConfDataType ("password" )
@@ -64,7 +64,7 @@ public List<ModuleConfigurationKey> getConfigurationKeys(Long groupId) throws Ex
6464
6565 keys .add (ModuleConfigurationKey .builder ()
6666 .withGroupId (groupId )
67- .withConfKey ("crowdStrike.cloud.region.url " )
67+ .withConfKey ("crowdstrike_cloud_region_url " )
6868 .withConfName ("Cloud Region URL" )
6969 .withConfDescription ("CrowdStrike Cloud Region URL" )
7070 .withConfDataType ("text" )
@@ -74,7 +74,7 @@ public List<ModuleConfigurationKey> getConfigurationKeys(Long groupId) throws Ex
7474
7575 keys .add (ModuleConfigurationKey .builder ()
7676 .withGroupId (groupId )
77- .withConfKey ("crowdStrike.app.name " )
77+ .withConfKey ("crowdstrike_app_name " )
7878 .withConfName ("App Name" )
7979 .withConfDescription ("App Name for CrowdStrike integration" )
8080 .withConfDataType ("text" )
0 commit comments