Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calculate changed roles on roles.yml reload #33525

Merged
merged 2 commits into from
Sep 26, 2018

Commits on Sep 7, 2018

  1. Calculate changed roles on roles.yml reload

    In order to optimize the use of the role cache, when the roles.yml file
    is reloaded we now calculate the names of removed, changed, and added
    roles so that they may be passed to any listeners. This allows a
    listener to selectively clear cache for only the roles that have been
    modified. The CompositeRolesStore has been adapted to do exactly that
    so that we limit the need to reload roles from sources such as the
    native roles stores or external role providers.
    
    See elastic#33205
    jaymode committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    37c47b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. Configuration menu
    Copy the full SHA
    9bb1e8e View commit details
    Browse the repository at this point in the history