mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05: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{
|
||||
Key: STSExpiry,
|
||||
Value: "1h",
|
||||
Value: "",
|
||||
},
|
||||
config.KV{
|
||||
Key: TLSSkipVerify,
|
||||
|
Loading…
Reference in New Issue
Block a user