Skip to content

Commit

Permalink
feat: Add defaults for new Last Will options (#610)
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Goodell <leonard.goodell@intel.com>
  • Loading branch information
Lenny Goodell authored Oct 23, 2023
1 parent 7321a99 commit f689f4b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions res/external-mqtt-trigger/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,9 @@ Trigger:
SkipCertVerify: false
SecretName: "mqtt"
AuthMode: "none"
Will:
Enabled: false
Payload: ""
Qos: 0
Retained: false
Topic: ""
5 changes: 5 additions & 0 deletions res/mqtt-export/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ Writable:
SkipVerify: "false"
AuthMode: "none"
PersistOnError: "false"
WillEnabled: "false"
WillPayload: ""
WillQos: "0"
WillRetained: "false"
WillTopic: ""

InsecureSecrets:
mqtt:
Expand Down
5 changes: 5 additions & 0 deletions res/sample/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ Writable:
SkipVerify: "false"
AuthMode: "none"
PersistOnError: "false"
WillEnabled: "false"
WillPayload: ""
WillQos: "0"
WillRetained: "false"
WillTopic: ""

# InsecureSecrets are required for authenticated HTTP exports, MQTT exports and AES when not using security services, i.e. Vault
InsecureSecrets:
Expand Down

0 comments on commit f689f4b

Please sign in to comment.