From 83b2b03c6a8bce6d486a071912ad5a25126362c5 Mon Sep 17 00:00:00 2001 From: Ben Schumacher Date: Tue, 3 Dec 2024 09:15:52 +0100 Subject: [PATCH] Mark confidential settings as secrets --- plugin.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin.json b/plugin.json index fe7994a..16719c6 100644 --- a/plugin.json +++ b/plugin.json @@ -25,7 +25,8 @@ "display_name": "Webhook Secret:", "type": "generated", "help_text": "The secret used to authenticate the webhook to Mattermost.", - "regenerate_help_text": "Regenerates the secret for the webhook URL endpoint. Regenerating the secret invalidates your existing Confluence integrations." + "regenerate_help_text": "Regenerates the secret for the webhook URL endpoint. Regenerating the secret invalidates your existing Confluence integrations.", + "secret": true } ] }