mirror of
https://github.com/minio/minio.git
synced 2025-11-28 13:09:09 -05:00
Repurpose Get/SetConfig as import/export support (#8578)
This commit is contained in:
@@ -262,10 +262,6 @@ var (
|
||||
Key: config.State,
|
||||
Value: config.StateOff,
|
||||
},
|
||||
config.KV{
|
||||
Key: JwksURL,
|
||||
Value: "",
|
||||
},
|
||||
config.KV{
|
||||
Key: ConfigURL,
|
||||
Value: "",
|
||||
@@ -274,6 +270,10 @@ var (
|
||||
Key: ClaimPrefix,
|
||||
Value: "",
|
||||
},
|
||||
config.KV{
|
||||
Key: JwksURL,
|
||||
Value: "",
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user