mirror of
https://github.com/minio/minio.git
synced 2025-02-03 09:55:59 -05:00
Do not send 'sensitive' flag to client (#12461)
As it is server specific and is not required on client side.
This commit is contained in:
parent
542fe4ea2e
commit
000656ac6b
@ -27,7 +27,7 @@ type HelpKV struct {
|
||||
|
||||
// Indicates if the value contains sensitive info
|
||||
// that shouldn't be exposed in certain apis
|
||||
Sensitive bool `json:"sensitive"`
|
||||
Sensitive bool `json:"-"`
|
||||
|
||||
// Indicates if sub-sys supports multiple targets.
|
||||
MultipleTargets bool `json:"multipleTargets"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user