Removed legacy action names and priviliages from static configurations and test configuration
Fixes #76 (closed)
- Legacy action names and privileges names removed from various configuration files
- Roles and permissions related to x-pack plugin removed
- Deprecated annotation removed from the class
ActionNameTranslator
because the class is used byRoleBasedActionAuthorization
. The class was marked as deprecated in order to remove the class together with annotations processors which created some backward compatibility layer. But this is no longer the case.
Edited by Łukasz Soszynski