Skip to content

Removed legacy action names and priviliages from static configurations and test configuration

Łukasz Soszynski requested to merge legacy-priviliage-names-removal into main

Fixes #76 (closed)

  1. Legacy action names and privileges names removed from various configuration files
  2. Roles and permissions related to x-pack plugin removed
  3. Deprecated annotation removed from the class ActionNameTranslator because the class is used by RoleBasedActionAuthorization. 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

Merge request reports