From bb63375f1b03701cf0f1739d86c3057190f3f62f Mon Sep 17 00:00:00 2001 From: Shireesh Anjal <355479+anjalshireesh@users.noreply.github.com> Date: Fri, 14 Jul 2023 00:54:47 +0530 Subject: [PATCH] Do not consider subnet api key as secret (#17643) As it is required by mc and console to communicate with subnet --- internal/config/subnet/help.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/config/subnet/help.go b/internal/config/subnet/help.go index 33014528b..f16713f33 100644 --- a/internal/config/subnet/help.go +++ b/internal/config/subnet/help.go @@ -39,7 +39,6 @@ var ( Description: "Subnet api key for the cluster" + defaultHelpPostfix(config.APIKey), Optional: true, Sensitive: true, - Secret: true, }, config.HelpKV{ Key: config.Proxy,