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

Validate field permissions when creating a role #50212

Merged
merged 5 commits into from
Jan 13, 2020

Commits on Oct 16, 2019

  1. Validate field permissions when creating a role

    When creating a role, we do not check if the exceptions for
    the field permissions is a subset of granted fields. If such
    role is assigned to a user the user authentication fails.
    On the same lines we validate role query, this commit
    adds check if the exceptions for the field
    permissions is a subset of granted fields when parsing the
    index privileges.
    Yogesh Gaikwad committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    904f487 View commit details
    Browse the repository at this point in the history
  2. precommit error

    Yogesh Gaikwad committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    16ed5a8 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. Configuration menu
    Copy the full SHA
    ce3ca67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0906110 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

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