mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
hide some deprecated fields from 'get' output (#20069)
also update wording on `subnet license="" api_key=""`
This commit is contained in:
@@ -101,12 +101,14 @@ var (
|
||||
Value: "",
|
||||
},
|
||||
config.KV{
|
||||
Key: ClaimPrefix,
|
||||
Value: "",
|
||||
Key: ClaimPrefix,
|
||||
Value: "",
|
||||
HiddenIfEmpty: true,
|
||||
},
|
||||
config.KV{
|
||||
Key: RedirectURI,
|
||||
Value: "",
|
||||
Key: RedirectURI,
|
||||
Value: "",
|
||||
HiddenIfEmpty: true,
|
||||
},
|
||||
config.KV{
|
||||
Key: RedirectURIDynamic,
|
||||
|
||||
Reference in New Issue
Block a user