mirror of
https://github.com/minio/minio.git
synced 2025-04-22 11:26:36 -04:00
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:
parent
4f89e5bba9
commit
bb63375f1b
@ -39,7 +39,6 @@ var (
|
|||||||
Description: "Subnet api key for the cluster" + defaultHelpPostfix(config.APIKey),
|
Description: "Subnet api key for the cluster" + defaultHelpPostfix(config.APIKey),
|
||||||
Optional: true,
|
Optional: true,
|
||||||
Sensitive: true,
|
Sensitive: true,
|
||||||
Secret: true,
|
|
||||||
},
|
},
|
||||||
config.HelpKV{
|
config.HelpKV{
|
||||||
Key: config.Proxy,
|
Key: config.Proxy,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user