Do not consider subnet api key as secret (#17643)

As it is required by mc and console to communicate with subnet
This commit is contained in:
Shireesh Anjal 2023-07-14 00:54:47 +05:30 committed by GitHub
parent 4f89e5bba9
commit bb63375f1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,