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:
Aditya Manthramurthy
2021-08-17 02:25:05 -07:00
committed by GitHub
parent 9b7d593e28
commit 2ca5ee026d

View File

@@ -144,7 +144,7 @@ var (
},
config.KV{
Key: STSExpiry,
Value: "1h",
Value: "",
},
config.KV{
Key: TLSSkipVerify,