[ 
https://issues.apache.org/jira/browse/HADOOP-16587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bilahari T H updated HADOOP-16587:
----------------------------------
      Attachment: HADOOP-16587.001.patch
    Release Note: 
Driver test results using a Namespace enabled account in Central India:

mvn -T 1C -Dparallel-tests=abfs -Dscale -DtestsThreadCount=8 clean verify

With configs


<property>
        <name>fs.azure.account.oauth2.msi.endpoint</name>
        <value>http://169.254.169.254/metadata/identity/oauth2/token</value>
</property>
<property>
        <name>fs.azure.account.oauth2.refresh.token.endpoint</name>
        <value>https://login.microsoftonline.com/Common/oauth2/token</value>
</property>
Tests run: 42, Failures: 0, Errors: 0, Skipped: 0
Tests run: 393, Failures: 0, Errors: 1, Skipped: 21
Tests run: 190, Failures: 0, Errors: 0, Skipped: 15

Without specifying the configs (with default values)

Tests run: 42, Failures: 0, Errors: 0, Skipped: 0
Tests run: 392, Failures: 0, Errors: 1, Skipped: 21
Tests run: 190, Failures: 0, Errors: 0, Skipped: 15
          Status: Patch Available  (was: Open)

> Make AAD endpoint configurable on all Auth flows
> ------------------------------------------------
>
>                 Key: HADOOP-16587
>                 URL: https://issues.apache.org/jira/browse/HADOOP-16587
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/azure
>            Reporter: Bilahari T H
>            Assignee: Bilahari T H
>            Priority: Minor
>         Attachments: HADOOP-16587.001.patch
>
>
> Make AAD endpoint configurable on all Auth flows. Currently auth endpoint is 
> hard coded for refreshtoken flow and MSI flow.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to