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 authorizing_realms support to PKI realm #31643

Merged

Commits on Jun 28, 2018

  1. Add authorizing_realms support to PKI realm

    Authorizing Realms allow an authenticating realm to delegate the task
    of constructing a User object (with name, roles, etc) to one or more
    other realms.
    This commit allows the PKI realm to delegate authorization to any
    other configured realm
    tvernum committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    aecdc22 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. Configuration menu
    Copy the full SHA
    9d4032f View commit details
    Browse the repository at this point in the history
  2. Fix error message

    tvernum committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    a0e7222 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. Fix test

    tvernum committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    6a80c4d View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

  1. Configuration menu
    Copy the full SHA
    aefab91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3be69e4 View commit details
    Browse the repository at this point in the history
  3. Cleanup error message

    tvernum committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    32f5e8e View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. Configuration menu
    Copy the full SHA
    4fd642e View commit details
    Browse the repository at this point in the history
  2. Fix error check in test

    tvernum committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    f7e22d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2018

  1. Configuration menu
    Copy the full SHA
    efbda3d View commit details
    Browse the repository at this point in the history
  2. Address feedback & add test

    tvernum committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    e4c9d57 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2018

  1. Configuration menu
    Copy the full SHA
    94500a6 View commit details
    Browse the repository at this point in the history
  2. Revert use of SetOnce

    tvernum committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    6eec3f3 View commit details
    Browse the repository at this point in the history