Skip to content

Commit

Permalink
fix: Add InsecureSecrets section to external-mqtt-trigger profile (#579)
Browse files Browse the repository at this point in the history
Signed-off-by: Cherry Wang <cherry@iotechsys.com>
  • Loading branch information
cherrycl authored Jul 31, 2023
1 parent e006c61 commit 766558f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion res/external-mqtt-trigger/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@ Writable:
Telemetry:
Interval: "0s" # Disables reporting

InsecureSecrets:
mqtt:
SecretName: "mqtt"
SecretData:
username: ""
password: ""
cacert: ""
clientcert: ""
clientkey: ""

Service:
Host: "localhost"
Port: 59706
Expand All @@ -49,5 +59,5 @@ Trigger:
QoS: 0 # Quality of Service 0 (At most once), 1 (At least once) or 2 (Exactly once)
Retain: true
SkipCertVerify: false
SecretName: "mqtt-trigger"
SecretName: "mqtt"
AuthMode: "none"

0 comments on commit 766558f

Please sign in to comment.