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

Introduce Application Privileges to Roles #30164

Merged
merged 39 commits into from Jun 7, 2018

Commits on Apr 26, 2018

  1. Support application (custom) privileges

    Adds
     - CRUD actions for defining application level privileges
     - application privileges in role definitions
     - application privileges in the has_privileges API
    tvernum committed Apr 26, 2018
    Copy the full SHA
    fdf628b View commit details
    Browse the repository at this point in the history
  2. Static caches are evil

    tvernum committed Apr 26, 2018
    Copy the full SHA
    f7463bc View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2018

  1. Copy the full SHA
    1af402c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9b1ff6e View commit details
    Browse the repository at this point in the history

Commits on May 1, 2018

  1. Address review feedback

    tvernum committed May 1, 2018
    Copy the full SHA
    662fd50 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ccbb6eb View commit details
    Browse the repository at this point in the history

Commits on May 4, 2018

  1. Copy the full SHA
    80977b0 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2018

  1. Copy the full SHA
    c1cff59 View commit details
    Browse the repository at this point in the history
  2. Fix merge

    tvernum committed May 9, 2018
    Copy the full SHA
    ef62161 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2018

  1. Copy the full SHA
    66c0d46 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    39c1222 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. Copy the full SHA
    bf0e7b3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5b37049 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. Address feedback

    tvernum committed May 22, 2018
    Copy the full SHA
    4526db1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    15cf7b1 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2018

  1. Address feedback

    tvernum committed May 25, 2018
    Copy the full SHA
    a2bad11 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b9a5c41 View commit details
    Browse the repository at this point in the history
  3. Fix checkstyle

    tvernum committed May 25, 2018
    Copy the full SHA
    e0a2013 View commit details
    Browse the repository at this point in the history
  4. Address feedback

    tvernum committed May 25, 2018
    Copy the full SHA
    22418cc View commit details
    Browse the repository at this point in the history
  5. Address feedback

    tvernum committed May 25, 2018
    Copy the full SHA
    e201c91 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    48820a2 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    99d4dd1 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2018

  1. Fix fragile test

    tvernum committed May 28, 2018
    Copy the full SHA
    502dd4b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    24fcff9 View commit details
    Browse the repository at this point in the history
  3. Fix import

    tvernum committed May 28, 2018
    Copy the full SHA
    2bcdadb View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. Copy the full SHA
    ffd3058 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

  1. Copy the full SHA
    85a11e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2018

  1. Copy the full SHA
    26629a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2018

  1. Address feedback

    tvernum committed Jun 5, 2018
    Copy the full SHA
    f9a47a4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    63512f1 View commit details
    Browse the repository at this point in the history
  3. Update for elastic#30966

    tvernum committed Jun 5, 2018
    Copy the full SHA
    8098b96 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d40da46 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. Copy the full SHA
    92e8307 View commit details
    Browse the repository at this point in the history
  2. Fix ML use of HasPrivileges

    tvernum committed Jun 6, 2018
    Copy the full SHA
    5d80b39 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6f6bf4c View commit details
    Browse the repository at this point in the history
  4. Fix RoleDescriptor.toString

    tvernum committed Jun 6, 2018
    Copy the full SHA
    e8191a0 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    4ebba4a View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2018

  1. Copy the full SHA
    ea5eeab View commit details
    Browse the repository at this point in the history
  2. Fix broken test

    tvernum committed Jun 7, 2018
    Copy the full SHA
    f43f04c View commit details
    Browse the repository at this point in the history