[jira] [Commented] (JCLOUDS-1428) Support for SAS token based Authentication for Azure Blob Storage

2018-11-12 Thread Himanshu Jain (JIRA)


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

Himanshu Jain commented on JCLOUDS-1428:


Hi [~gaul]

Thanks for the quick response. So, is there any plan to support this feature in 
near future ?
If yes, can you please let me know what will be the approximate timeline. 
If no, can we look forward to contribute to jclouds for this feature ?

Regards,
Himanshu

> Support for SAS token based Authentication for Azure Blob Storage
> -
>
> Key: JCLOUDS-1428
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1428
> Project: jclouds
>  Issue Type: Improvement
>  Components: jclouds-blobstore
>Reporter: Himanshu Jain
>Priority: Major
>  Labels: azureblob
>
> Hi,
> We have one use case where we want to provide limited access to objects in 
> our storage accounts. We figured that the best way to do  this is by using 
> SAS token based authentication mechanism to upload/download objects to Azure 
> Blob Storage - [SAS based 
> Authentication|https://docs.microsoft.com/en-us/azure/storage/common/storage-dotnet-shared-access-signature-part-1]
> We found that JClouds client library provides support for Azure Blob Storage 
> using account keys which might not fit our use case because of security 
> reasons.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (JCLOUDS-1428) Support for SAS token based Authentication for Azure Blob Storage

2018-11-12 Thread Andrew Gaul (JIRA)


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

Andrew Gaul commented on JCLOUDS-1428:
--

jclouds is a volunteer-driven project so features arrive when people like you 
write them.  It would be great if you could contribute this!  Please check out 
how:

 

https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute

> Support for SAS token based Authentication for Azure Blob Storage
> -
>
> Key: JCLOUDS-1428
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1428
> Project: jclouds
>  Issue Type: Improvement
>  Components: jclouds-blobstore
>Reporter: Himanshu Jain
>Priority: Major
>  Labels: azureblob
>
> Hi,
> We have one use case where we want to provide limited access to objects in 
> our storage accounts. We figured that the best way to do  this is by using 
> SAS token based authentication mechanism to upload/download objects to Azure 
> Blob Storage - [SAS based 
> Authentication|https://docs.microsoft.com/en-us/azure/storage/common/storage-dotnet-shared-access-signature-part-1]
> We found that JClouds client library provides support for Azure Blob Storage 
> using account keys which might not fit our use case because of security 
> reasons.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Re: [jclouds/jclouds] Update to maven-compiler-plugin to 3.6.2 (#1256)

2018-11-12 Thread Andrew Phillips
Error in the Jenkins Violations plugin?
```
java.lang.IllegalStateException: cannot change build result while in COMPLETED
at hudson.model.Run.setResult(Run.java:475)
at 
hudson.plugins.violations.ViolationsReport.setBuildResult(ViolationsReport.java:542)
at 
hudson.plugins.violations.hudson.maven.ViolationsMavenReporter.end(ViolationsMavenReporter.java:106)
```
Comment threads don't look promising :-(

https://issues.jenkins-ci.org/browse/JENKINS-28880
https://github.com/jenkinsci/violations-plugin/issues/88

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1256#issuecomment-438081819

Re: [jclouds/jclouds] Update to maven-compiler-plugin to 3.6.2 (#1256)

2018-11-12 Thread Ignasi Barrera
nacx approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1256#pullrequestreview-174127141

Re: [jclouds/jclouds] Adds method listAvailableSizes to VirtualMachineApi (#1257)

2018-11-12 Thread Ignasi Barrera
nacx approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1257#pullrequestreview-174126535

Re: [jclouds/jclouds] Update to plexus-compiler 2.8.1 (#1255)

2018-11-12 Thread Ignasi Barrera
nacx approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1255#pullrequestreview-174127003

[jclouds/jclouds] Adds method listAvailableSizes to VirtualMachineApi (#1257)

2018-11-12 Thread Daniel Estévez
Also updates API version for VirtualMachineApi
You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds/pull/1257

-- Commit Summary --

  * Adds method listAvailableSizes to VirtualMachineApi

-- File Changes --

M 
providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/AzureComputeProviderMetadata.java
 (2)
M 
providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/features/VirtualMachineApi.java
 (12)
M 
providers/azurecompute-arm/src/test/java/org/jclouds/azurecompute/arm/features/VirtualMachineApiLiveTest.java
 (10)
M 
providers/azurecompute-arm/src/test/java/org/jclouds/azurecompute/arm/features/VirtualMachineApiMockTest.java
 (46)
A 
providers/azurecompute-arm/src/test/resources/virtualmachineavailablesizes.json 
(20)

-- Patch Links --

https://github.com/jclouds/jclouds/pull/1257.patch
https://github.com/jclouds/jclouds/pull/1257.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1257


[jclouds/jclouds] Update to maven-compiler-plugin to 3.6.2 (#1256)

2018-11-12 Thread Andrew Gaul
This may address a `NullPointerException` seen in CI.  Newer releases
require Java 7.  Release notes:

https://issues.apache.org/jira/projects/MCOMPILER/versions/12330432
https://issues.apache.org/jira/projects/MCOMPILER/versions/12330433
https://issues.apache.org/jira/projects/MCOMPILER/versions/12330435
https://issues.apache.org/jira/projects/MCOMPILER/versions/12334708
You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds/pull/1256

-- Commit Summary --

  * Update to maven-compiler-plugin to 3.6.2

-- File Changes --

M project/pom.xml (2)

-- Patch Links --

https://github.com/jclouds/jclouds/pull/1256.patch
https://github.com/jclouds/jclouds/pull/1256.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1256


[jira] [Commented] (JCLOUDS-1428) Support for SAS token based Authentication for Azure Blob Storage

2018-11-12 Thread Andrew Gaul (JIRA)


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

Andrew Gaul commented on JCLOUDS-1428:
--

I believe that jclouds lacks support for this.  You might look at the aws-s3 
sessionToken for a pattern that you could add to azureblob, although some 
details might differ.

> Support for SAS token based Authentication for Azure Blob Storage
> -
>
> Key: JCLOUDS-1428
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1428
> Project: jclouds
>  Issue Type: Improvement
>  Components: jclouds-blobstore
>Reporter: Himanshu Jain
>Priority: Major
>  Labels: azureblob
>
> Hi,
> We have one use case where we want to provide limited access to objects in 
> our storage accounts. We figured that the best way to do  this is by using 
> SAS token based authentication mechanism to upload/download objects to Azure 
> Blob Storage - [SAS based 
> Authentication|https://docs.microsoft.com/en-us/azure/storage/common/storage-dotnet-shared-access-signature-part-1]
> We found that JClouds client library provides support for Azure Blob Storage 
> using account keys which might not fit our use case because of security 
> reasons.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jclouds/jclouds] Update to plexus-compiler 2.8.1 (#1255)

2018-11-12 Thread Andrew Gaul
This may address a `NullPointerException` seen in CI.  This project does
not provide release notes but it appears versions after 2.8.1 require
Java 8:

https://svn.apache.org/viewvc?view=revision=1797098
You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds/pull/1255

-- Commit Summary --

  * Update to plexus-compiler 2.8.1

-- File Changes --

M project/pom.xml (2)

-- Patch Links --

https://github.com/jclouds/jclouds/pull/1255.patch
https://github.com/jclouds/jclouds/pull/1255.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1255