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

Add manage_slm and read_slm cluster privileges #41607

Merged
merged 4 commits into from
Apr 29, 2019

Commits on Apr 26, 2019

  1. Add manage_slm and read_slm roles

    This adds two more built in roles -
    
    `manage_slm` which has permission to perform any of the SLM actions, as well as
    stopping, starting, and retrieving the operation status of ILM.
    
    `read_slm` which has permission to retrieve snapshot lifecycle policies as well
    as retrieving the operation status of ILM.
    
    Relates to elastic#38461
    dakrone committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    7ff17d3 View commit details
    Browse the repository at this point in the history
  2. Add execute to the test

    dakrone committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    04fa410 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. Fix ilm -> slm typo in test

    dakrone committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    38c7b70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cb5c35 View commit details
    Browse the repository at this point in the history