Details

    • Sub-task
    • Status: Patch Available
    • Major
    • Resolution: Unresolved
    • 2.8.0
    • None
    • fs/adl
    • None

    Description

      This task is meant to add an Authorizer interface to be used by the ADLS driver in a similar way to the one used by WASB. The primary difference in functionality being that the implementation of this Authorizer will be provided by an external jar. This class will be specified through configuration using "adl.external.authorization.class".

      If this configuration is provided, an instance of the provided class will be created and all file system calls will be passed through the authorizer, allowing implementations to determine if the file path and access type (create, open, delete, etc.) being requested is valid. If the requested implementation class is not found or it fails to initialize, it will fail initialization of the ADL driver. If no configuration is provided, calls to the authorizer will be skipped and the driver will behave as it did previously.

      Attachments

        Issue Links

          Activity

            People

              sisankar@microsoft.com Sivaguru Sankaridurg
              rywater Ryan Waters
              Votes:
              0 Vote for this issue
              Watchers:
              10 Start watching this issue

              Dates

                Created:
                Updated: