minio/internal/config/identity
hellivan 0913eb6655
fix: openid config provider not initialized correctly (#14399)
Up until now `InitializeProvider` method of `Config` struct was
implemented on a value receiver which is why changes on `provider`
field where never reflected to method callers. In order to fix this
issue, the method was implemented on a pointer receiver.
2022-02-23 23:42:37 -08:00
..
ldap Identity LDAP: Allow multiple search base DNs (#14191) 2022-01-26 15:05:59 -08:00
openid fix: openid config provider not initialized correctly (#14399) 2022-02-23 23:42:37 -08:00
tls fix: ignore empty values while parsing tlsEnabled value 2021-10-11 17:04:02 -07:00