mirror of
https://github.com/minio/minio.git
synced 2025-04-06 21:00:40 -04:00
Mark SUBNET credentials as sensitive (#14320)
So that they are redacted in the health report
This commit is contained in:
parent
60cd513a33
commit
16939ca192
@ -48,18 +48,21 @@ var (
|
|||||||
Type: "string",
|
Type: "string",
|
||||||
Description: "[DEPRECATED use api_key] Subnet license token for the cluster",
|
Description: "[DEPRECATED use api_key] Subnet license token for the cluster",
|
||||||
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",
|
Description: "Subnet api key for the cluster",
|
||||||
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",
|
Description: "HTTP(S) proxy URL to use for connecting to SUBNET",
|
||||||
Optional: true,
|
Optional: true,
|
||||||
|
Sensitive: true,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user