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

allow users to know their roles and permissions #8164

Merged
merged 2 commits into from
Jul 5, 2017

Commits on Jun 27, 2017

  1. auth, etcdserver: allow users to know their roles and permissions

    Current UserGet() and RoleGet() RPCs require admin permission. It
    means that users cannot know which roles they belong to and what
    permissions the roles have. This commit change the semantics and now
    users can know their roles and permissions.
    mitake committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    e0c33ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db59588 View commit details
    Browse the repository at this point in the history