[jira] [Updated] (HADOOP-16587) Make AAD endpoint configurable on all Auth flows

2019-10-07 Thread Steve Loughran (Jira)


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

Steve Loughran updated HADOOP-16587:

Fix Version/s: 3.3.0
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

+1, merged to trunk. 

I tried to cherrypick into branch-3.2 but there was merge conflict -I think at 
least one other patch needs to go in first

> 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
> Fix For: 3.3.0
>
> Attachments: HADOOP-16587.001.patch, HADOOP-16587.002.patch, 
> HADOOP-16587.003.patch, HADOOP-16587.004.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: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-16587) Make AAD endpoint configurable on all Auth flows

2019-10-02 Thread Bilahari T H (Jira)


 [ 
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.004.patch

> 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, HADOOP-16587.002.patch, 
> HADOOP-16587.003.patch, HADOOP-16587.004.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: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-16587) Make AAD endpoint configurable on all Auth flows

2019-09-30 Thread Bilahari T H (Jira)


 [ 
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.003.patch

> 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, HADOOP-16587.002.patch, 
> HADOOP-16587.003.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: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-16587) Make AAD endpoint configurable on all Auth flows

2019-09-30 Thread Bilahari T H (Jira)


 [ 
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.002.patch

> 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, HADOOP-16587.002.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: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-16587) Make AAD endpoint configurable on all Auth flows

2019-09-21 Thread Bilahari T H (Jira)


 [ 
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



fs.azure.account.oauth2.msi.endpoint
http://169.254.169.254/metadata/identity/oauth2/token


fs.azure.account.oauth2.refresh.token.endpoint
https://login.microsoftonline.com/Common/oauth2/token

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: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-16587) Make AAD endpoint configurable on all Auth flows

2019-09-21 Thread Bilahari T H (Jira)


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

Bilahari T H updated HADOOP-16587:
--
Release Note:   (was: Driver test results using a Namespace enabled account 
in Central India:

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

With configs



fs.azure.account.oauth2.msi.endpoint
http://169.254.169.254/metadata/identity/oauth2/token


fs.azure.account.oauth2.refresh.token.endpoint
https://login.microsoftonline.com/Common/oauth2/token

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)

> 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: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org