File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ export class Integration extends Construct {
106
106
simpleName : false ,
107
107
parameterName : settingsPath ( {
108
108
stackName : Stack . of ( this ) . stackName ,
109
- scope : Scope . STACK_CONFIG ,
109
+ scope : Scope . STACK_MQTT_BRIDGE ,
110
110
property : 'bridgeCertificatePEM' ,
111
111
} ) ,
112
112
} ,
@@ -119,7 +119,7 @@ export class Integration extends Construct {
119
119
simpleName : false ,
120
120
parameterName : settingsPath ( {
121
121
stackName : Stack . of ( this ) . stackName ,
122
- scope : Scope . STACK_CONFIG ,
122
+ scope : Scope . STACK_MQTT_BRIDGE ,
123
123
property : 'bridgePrivateKey' ,
124
124
} ) ,
125
125
} ,
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import { paginate } from './paginate.js'
9
9
10
10
export enum Scope {
11
11
STACK_CONFIG = 'stack/context' ,
12
+ STACK_MQTT_BRIDGE = 'stack/mqttBridge' ,
12
13
NRFCLOUD_CONFIG = 'thirdParty/nrfcloud' ,
13
14
NRFCLOUD_BRIDGE_CERTIFICATE_MQTT = 'nRFCloudBridgeCertificate/MQTT' ,
14
15
NRFCLOUD_BRIDGE_CERTIFICATE_CA = 'nRFCloudBridgeCertificate/CA' ,
You can’t perform that action at this time.
0 commit comments