You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Log index event requests on transport layer (#588)
Added kibana attribute to security config which will be used by tenantinfo api. (#514)
Log granted privileges on REST layer if user has access to opendistro APIs (#594)
Bug fixes
Fix broken link to security configuration page (#558)
Make sure Internal users API supports adding reserved opendistrosecurityroles
(by superuser). Do not filter out reserved roles in the InternalUsersModelV7 (#556)
Removing hidden/reserved roles added via roles mapping (#586)
Maintenance
Refactoring: moved getSettingAsSet() method and DEFAULT_DISABLED_CATEGORIES from AuditConfig to ConfigConstants. (#543)
Introduced method to construct AuditCategory EnumSet from Settings (#543)
Use Jackson to serialize and de-serialize audit configuration (#542)
Support "true" and "false" String to boolean conversion in DefaultObjectMapper.getOrDefault() (#548)