From adab524842ba92084c48de8882a5fafcaa7ec4f3 Mon Sep 17 00:00:00 2001 From: Lenny Goodell Date: Thu, 28 Oct 2021 17:43:07 -0700 Subject: [PATCH] feat: Add Secret File config setting (#3788) Signed-off-by: Leonard Goodell --- cmd/support-notifications/res/configuration.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/support-notifications/res/configuration.toml b/cmd/support-notifications/res/configuration.toml index 6e302e798d..fb6d600b9b 100644 --- a/cmd/support-notifications/res/configuration.toml +++ b/cmd/support-notifications/res/configuration.toml @@ -67,6 +67,8 @@ Path = "support-notifications/" TokenFile = "/tmp/edgex/secrets/support-notifications/secrets-token.json" RootCaCertPath = "" ServerName = "" +SecretsFile = "" +DisableScrubSecretsFile = false [SecretStore.Authentication] AuthType = "X-Vault-Token"