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

[Kerberos] Add authorization realms support to Kerberos realm #32392

Merged

Commits on Jul 26, 2018

  1. [Kerberos] Add authorization realms support to Kerberos realm

    This commit allows Kerberos realm to delegate `User` creation
    to configured authorization realms.
    If no authorization realms are configured, then Kerberos realm
    uses native role mapper to resolve User.
    Yogesh Gaikwad committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    da5a808 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccec8aa View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2018

  1. [Kerberos] Add authorization settings to Kerberos realm settings

    This commit adds missing authorization settings in
    Kerberos realm settings.
    Yogesh Gaikwad committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    79491e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcad655 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

  1. [Kerberos] Address review comments

    Removed the caching in case delegated realms are used
    for user resolution.
    Yogesh Gaikwad committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    e465e08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67b06d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    846017d View commit details
    Browse the repository at this point in the history
  4. [Kerberos] Changes to use authorization_realms

    Yogesh Gaikwad committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    3d5c2b8 View commit details
    Browse the repository at this point in the history