Uploaded image for project: 'Ambari'
  1. Ambari
  2. AMBARI-8277

Create facility to get and set kerberos plans via REST API

    XMLWordPrintableJSON

Details

    Description

      To help with kerberizing a cluster, a Kerberos Plan may be used set relevant security properties for a service.

      A Kerberos Plan is essentially composite Kerberos Descriptor consisting of details for an entire cluster (as opposed to just a single service). The details that a Kerberos Plan encapsulates are as follows:

      • Cluster-wide Kerberos Identities
      • Cluster-wide Kerberos-related configurations
      • Service-specific Kerberos Identities
      • Service-specific Kerberos-related configurations

      An (pseudo) Kerberos Plan may be as follows:

      {
        "identities": [
          ... cluster-wide identity specifications ...
        ],
        "configurations": [
          ... cluster-wide configuration specifications ...
        ],
        "services": [
          {
            ... service-specific specifications ...
            "components": [
              ... component-specific specifications ...
           ]
          }
        ]
      }
      

      Attachments

        Issue Links

          Activity

            People

              rlevas Robert Levas
              rlevas Robert Levas
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: