mirror of
https://github.com/minio/minio.git
synced 2025-04-21 11:04:20 -04:00
Remove default value of STSExpiry for LDAP (#12985)
This ensures that the deprecation warning is shown when the setting is actually used in a configuration - instead of showing up whenever LDAP is enabled.
This commit is contained in:
parent
9b7d593e28
commit
2ca5ee026d
@ -144,7 +144,7 @@ var (
|
|||||||
},
|
},
|
||||||
config.KV{
|
config.KV{
|
||||||
Key: STSExpiry,
|
Key: STSExpiry,
|
||||||
Value: "1h",
|
Value: "",
|
||||||
},
|
},
|
||||||
config.KV{
|
config.KV{
|
||||||
Key: TLSSkipVerify,
|
Key: TLSSkipVerify,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user