Uploaded image for project: 'Sentry (Retired)'
  1. Sentry (Retired)
  2. SENTRY-240

Handle active roles in the hive binding and get rid of hive specific sentry thrift api

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.4.0
    • None
    • None
    • None

    Description

      Would be good to get rid of maintaining active role set struct and list_sentry_privileges_for_provider in thrift
      I think we should handle active roles on hive side outside of sentry service, as we do not really store these mappings in the db. And does not make sense to store these in db as these are per session variables. If we do this, we can clean up the thrift interface a bit and just have:

      TListSentryPrivilegesResponse list_sentry_privileges(1:TListSentryPrivilegesRequest request)
      struct TListSentryPrivilegesRequest {
      1: required i32 protocol_version = sentry_common_service.TSENTRY_SERVICE_V1,
      2: required string requestorUserName, # user on whose behalf the request is issued
      3: required set<string> roleNames # get privileges assigned for this role
      4: optional TSentryAuthorizable authorizableHierarchy
      }

      And do the set intersection of rolesforGroup and active roles in the hive binding itself.

      Attachments

        Activity

          People

            Unassigned Unassigned
            sravya Sravya Tirukkovalur
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: