From eae4bdfd07df8b704c19dd4dde6283ba3888d215 Mon Sep 17 00:00:00 2001 From: Mike Pisman Date: Sat, 11 Nov 2023 16:37:39 -0700 Subject: [PATCH] Changed passFile value Changed default location of the passkey.pem file and added useful comments on how to fill in passkey value --- helm/hookshot/values.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/helm/hookshot/values.yaml b/helm/hookshot/values.yaml index a4b1302b..4f929426 100644 --- a/helm/hookshot/values.yaml +++ b/helm/hookshot/values.yaml @@ -210,7 +210,7 @@ hookshot: # (Optional) Provisioning API for integration managers # # secret: "!secretToken" - passFile: passkey.pem + passFile: /data/passkey.pem # A passkey used to encrypt tokens stored inside the bridge. # Run openssl genpkey -out passkey.pem -outform PEM -algorithm RSA -pkeyopt rsa_keygen_bits:4096 to generate # @@ -311,4 +311,7 @@ hookshot: sender_localpart: hookshot url: "http://example.com" rate_limited: false + # After generating the file, you can run: + # awk 'NF {sub(/\r/, ""); printf "%s\\n",$0;}' + # This will replace new line characters with '\n' and print the file in a single line passkey: ""