配置PingIdentity(SAML)


可用版本 v2.0.7

If your organization uses Ping Identity Provider (IdP) for user authentication, you can configure Rancher to allow your users to log in using their IdP credentials.

Prerequisites:

  • From the Global view, select Security > Authentication from the main menu.

  • Select PingIdentity.

  • Complete the Configure Ping Account form. Ping IdP lets you specify what data store you want to use. You can either add a database or use an existing ldap server. For example, if you select your Active Directory (AD) server, the examples below describe how you can map AD attributes to fields within Rancher.

    • Display Name Field: Enter the AD attribute that contains the display name of users (example: displayName).

    • User Name Field: Enter the AD attribute that contains the user name/given name (example: givenName).

    • UID Field: Enter an AD attribute that is unique to every user (example: sAMAccountName, distinguishedName).

    • Groups Field: Make entries for managing group memberships (example: memberOf).

    • Rancher API Host: Enter the URL for your Rancher Server.

    • Private Key and Certificate: This is a key-certificate pair to create a secure shell between Rancher and your IdP.

You can generate one using an openssl command. For example:

  1. openssl req -x509 -newkey rsa:2048 -keyout myservice.key -out myservice.cert -days 365 -nodes -subj "/CN=myservice.example.com"
  • After you complete the Configure Ping Account form, click Authenticate with Ping, which is at the bottom of the page.

Rancher redirects you to the IdP login page. Enter credentials that authenticate with Ping IdP to validate your Rancher PingIdentity configuration.

Note: You may have to disable your popup blocker to see the IdP login page.

Result: Rancher is configured to work with PingIdentity. Your users can now sign into Rancher using their PingIdentity logins.

Ping Identity Provider Caveats:

  • SAML Protocol does not support search or lookup for users or groups. Therefore, there is no validation on users or groups when adding them to Rancher.
  • When adding users, the exact user IDs (i.e. UID Field) must be entered correctly. As you type the user ID, there will be no search for other user IDs that may match.
  • When adding groups, you must select the group from the drop-down that is next to the text box. Rancher assumes that any input from the text box is a user.
    • The group drop-down shows only the groups that you are a member of. You will not be able to add groups that you are not a member of.