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:
Shireesh Anjal 2021-06-08 01:13:21 +05:30 committed by GitHub
parent 542fe4ea2e
commit 000656ac6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"`