Skip to content

Commit

Permalink
feat(node-red): Updates values and secrets for Node Red
Browse files Browse the repository at this point in the history
In prevision of sidekick version bump.
falcosecurity/falcosidekick#337

Signed-off-by: Lyonel Martinez <[email protected]>
  • Loading branch information
Lowaiz committed Jul 29, 2022
1 parent ab59bb7 commit c9e359a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions falcosidekick/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Before release 0.1.20, the helm chart can be found in `falcosidekick` [repositor
as a list of comma separated labels and annotations to add to the AlertManager trigger.
* Add `smtp.autmechanism` and associated fields to be able to use any SASL mechanism.
* Add `yandex.datastreams` and associated fields.
* Add `nodered` and associated fields.


## 0.5.7
Expand Down
8 changes: 8 additions & 0 deletions falcosidekick/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,14 @@ config:
# -- check if ssl certificate of the output is valid
checkcert: true

nodered:
address: "" # Webhook address, if not empty, Webhook output is enabled
user: "" # User if Basic Auth is enabled for 'http in' node in Node-RED
password: "" # Password if Basic Auth is enabled for 'http in' node in Node-RED
customHeaders: "" # Custom headers to add in POST, useful for Authentication | list of comma separated headers to, syntax is "key:value,key:value"
minimumpriority: "" # minimum priority of event for using this output, order is emergency|alert|critical|error|warning|notice|informational|debug or "" (default)
checkcert: true # check if ssl certificate of the output is valid (default: true)

azure:
# -- Azure Subscription ID
subscriptionID: ""
Expand Down

0 comments on commit c9e359a

Please sign in to comment.