elastic/elasticsearch

Remove support for 2x role formats

Open

#30,104 opened on Sep 22, 2017

View on GitHub
 (10 comments) (0 reactions) (0 assignees)Java (25,882 forks)batch import
:Security/Authentication>non-issueTeam:Securitygood first issue

Repository metrics

Stars
 (76,700 stars)
PR merge metrics
 (Avg merge 2d) (1,000 merged PRs in 30d)

Description

Original comment by @jaymode:

The security code base still contains parsing code and support for the old 2x role format that we've deprecated. We should remove this for 7.0 since it is too late to remove it for 6.0. Some of this code exists in the FileRolesStore and the RoleDescriptor classes.

Contributor guide