Skip to content

fiat 0.21.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ttomsu ttomsu released this 25 Jan 18:43
· 854 commits to master since this 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.