Uploaded image for project: 'Ranger'
  1. Ranger
  2. RANGER-2481

Create a tag service when a resource service is created and link it to resource service

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • master
    • 2.0.0
    • Ranger
    • None

    Description

      Ranger supports tag-based policies out of the box. However, there are a few configuration steps that need to be performed in order to set up Ranger to perform tag-based authorization. As these steps are often missed, it will be useful to provide a commonly used/structured way of automatically creating tag service and linking it to resource service.

      This may be controlled through few configuration parameters:

      ranger.tagservice.auto.create=<true|false> ==> If tag-service needs to be created when resource-service is created.

      ranger.tagservice.auto.name=<tag-service-name> ==> If value is specified, then it is used to name the tag-service, otherwise the name of tag-service is constructed from the name of the resource-service (by replacing the part after last '' by string 'tag', and if there is no '' character in the resource-service name, then tag-service is not created/linked with resource-service).

      ranger.tagservice.auto.link=<true|false> ==> Used only if ranger.tagservice.auto.create is true. Set to true only if resource-service needs to be linked to the tag-service

       

      Attachments

        Activity

          People

            abhayk Abhay Kulkarni
            abhayk Abhay Kulkarni
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: