Build failed in Jenkins: JClouds » jclouds-with-credentials » jclouds-google-compute-engine-live-tests #53

2021-08-22 Thread Apache Jenkins Server
See 


Changes:


--
Started by timer
Running as SYSTEM
No JDK named ?JDK 1.8 (latest)? found
[EnvInject] - Loading node environment variables.
Building remotely on H38 (ubuntu) in workspace 

No JDK named ?JDK 1.8 (latest)? found
ERROR: A Maven installation needs to be available for this project to be 
built.Either your server has no Maven installations defined, or the requested 
Maven version does not exist.
No JDK named ?JDK 1.8 (latest)? found
No JDK named ?JDK 1.8 (latest)? found


[GitHub] [jclouds] gaul commented on pull request #119: JCLOUDS-1558: AzureBlob: Active Directory Auth

2021-08-22 Thread GitBox


gaul commented on pull request #119:
URL: https://github.com/apache/jclouds/pull/119#issuecomment-903263720


   @roded Great!  I hope to release jclouds 2.4.0 next month so hopefully we 
can get any required changes merged.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@jclouds.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [jclouds] roded commented on pull request #119: JCLOUDS-1558: AzureBlob: Active Directory Auth

2021-08-22 Thread GitBox


roded commented on pull request #119:
URL: https://github.com/apache/jclouds/pull/119#issuecomment-903223501


   I'll attempt to replace our internal implementation with this PR's and 
report back.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@jclouds.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Resolved] (JCLOUDS-1558) Azureblob Azure AD OAuth2 authentication support

2021-08-22 Thread Andrew Gaul (Jira)


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

Andrew Gaul resolved JCLOUDS-1558.
--
Fix Version/s: 2.4.0
 Assignee: Timur Alperovich
   Resolution: Fixed

> Azureblob Azure AD OAuth2 authentication support
> 
>
> Key: JCLOUDS-1558
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1558
> Project: jclouds
>  Issue Type: New Feature
>  Components: jclouds-blobstore
>Affects Versions: 2.2.1
>Reporter: roded
>Assignee: Timur Alperovich
>Priority: Major
>  Labels: azureblob
> Fix For: 2.4.0
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> We'd like to be able to access Azureblob via OAuth2 supplied by Azure AD.
> This might be similar to the OAuth2 implementation in azurecompute-arm.



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


[GitHub] [jclouds] gaul commented on pull request #119: JCLOUDS-1558: AzureBlob: Active Directory Auth

2021-08-22 Thread GitBox


gaul commented on pull request #119:
URL: https://github.com/apache/jclouds/pull/119#issuecomment-903223131


   Thanks for you contribution @timuralp!  This look fine although I only 
tested the traditional credentials for regressions.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@jclouds.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [jclouds] gaul merged pull request #119: JCLOUDS-1558: AzureBlob: Active Directory Auth

2021-08-22 Thread GitBox


gaul merged pull request #119:
URL: https://github.com/apache/jclouds/pull/119


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@jclouds.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Commented] (JCLOUDS-1558) Azureblob Azure AD OAuth2 authentication support

2021-08-22 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/JCLOUDS-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17402738#comment-17402738
 ] 

ASF subversion and git services commented on JCLOUDS-1558:
--

Commit 0b68e8adee5e370184311c3fe4931ed8416d12d4 in jclouds's branch 
refs/heads/master from Timur Alperovich
[ https://gitbox.apache.org/repos/asf?p=jclouds.git;h=0b68e8a ]

JCLOUDS-1558: Implement Azure Blob Azure AD auth

Implements the Azure AD authentication for Azure Blob, using the OAuth
module. Added more parameters to the AzureBlob provider:
- azureblob.auth
- azureblob.account
- azureblob.tenantId

The "auth" parameter is used to specify whether Key/SAS auth or Active
Directory is used. When using Active Directory auth, the identity no
longer maps to the storage account, which has to be specified
explicitly. The tenant ID also needs to be supplied to construct the
auth URL to obtain the token correctly.


> Azureblob Azure AD OAuth2 authentication support
> 
>
> Key: JCLOUDS-1558
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1558
> Project: jclouds
>  Issue Type: New Feature
>  Components: jclouds-blobstore
>Affects Versions: 2.2.1
>Reporter: roded
>Priority: Major
>  Labels: azureblob
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> We'd like to be able to access Azureblob via OAuth2 supplied by Azure AD.
> This might be similar to the OAuth2 implementation in azurecompute-arm.



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