mirror of
https://github.com/minio/minio.git
synced 2025-04-22 11:26:36 -04:00
mark SUBNET config keys as sensitive info (#15962)
This commit is contained in:
parent
dc92bb4646
commit
6d22e74d11
@ -31,18 +31,21 @@ var (
|
|||||||
Type: "string",
|
Type: "string",
|
||||||
Description: "[DEPRECATED use api_key] Subnet license token for the cluster" + defaultHelpPostfix(config.License),
|
Description: "[DEPRECATED use api_key] Subnet license token for the cluster" + defaultHelpPostfix(config.License),
|
||||||
Optional: true,
|
Optional: true,
|
||||||
|
Sensitive: true,
|
||||||
},
|
},
|
||||||
config.HelpKV{
|
config.HelpKV{
|
||||||
Key: config.APIKey,
|
Key: config.APIKey,
|
||||||
Type: "string",
|
Type: "string",
|
||||||
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,
|
||||||
},
|
},
|
||||||
config.HelpKV{
|
config.HelpKV{
|
||||||
Key: config.Proxy,
|
Key: config.Proxy,
|
||||||
Type: "string",
|
Type: "string",
|
||||||
Description: "HTTP(S) proxy URL to use for connecting to SUBNET" + defaultHelpPostfix(config.Proxy),
|
Description: "HTTP(S) proxy URL to use for connecting to SUBNET" + defaultHelpPostfix(config.Proxy),
|
||||||
Optional: true,
|
Optional: true,
|
||||||
|
Sensitive: true,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user