fiat 0.21.0
Pre-release
Pre-release
- Adds initial LDAP UserRoleProvider
- Using enums to represent Role sources, the new LDAP entry caused some deserializing issues in the
fiat-api
module (which is used by the other services). Turned on the READ_UNKNOWN_ENUM_VALUES_AS_NULL Jackson feature to combat this and future modifications to this enum. - Refactors and cleans up dead code in GitHub module
- Forces all group membership roles to lower case to prevent usage errors.