Re: Accessing blob-store by private-key only

2016-10-26 Thread Andrew Gaul
If you want HTTP basic access authentication you will need to write a
custom authentication module which implements BlobRequestSigner.  You
might look at how AWS-S3 uses a v4 signer while S3 uses a v2 signer.  To
disable authentication you would do something similar.

On Wed, Oct 26, 2016 at 05:34:57AM +, Archana C wrote:
> Hi 
> 
> Provider is s3 compatible,  how to do HTTPs basic access authentication 
> rather than credentails.  
> How to disable HTTP basic authentication and use only certificates for 
> authentication
> RegardsArchana 
> 
> On Wednesday, 26 October 2016, 10:18, Andrew Gaul  wrote:
>  
> 
>  Can you provide more details on your use case, e.g., which provider?
> All providers use an identity and credential.  Long ago someone asked
> about HTTP basic access authentication which we do not support but
> should be easy to add.
> 
> On Tue, Oct 25, 2016 at 07:09:52AM +, Archana C wrote:
> > Hi 
> > 
> >     Is there any way to authenticate blob store using private key alone, 
> > instead of passing credentials(identity, key) ?    Does jclouds support 
> > that kind of authentication ?
> > 
> > RegardsArchana
> 
> -- 
> Andrew Gaul
> http://gaul.org/
> 
> 
>

-- 
Andrew Gaul
http://gaul.org/


Re: Accessing blob-store by private-key only

2016-10-25 Thread Archana C
Hi 

Provider is s3 compatible,  how to do HTTPs basic access authentication rather 
than credentails.  
How to disable HTTP basic authentication and use only certificates for 
authentication
RegardsArchana 

On Wednesday, 26 October 2016, 10:18, Andrew Gaul  wrote:
 

 Can you provide more details on your use case, e.g., which provider?
All providers use an identity and credential.  Long ago someone asked
about HTTP basic access authentication which we do not support but
should be easy to add.

On Tue, Oct 25, 2016 at 07:09:52AM +, Archana C wrote:
> Hi 
> 
>     Is there any way to authenticate blob store using private key alone, 
> instead of passing credentials(identity, key) ?    Does jclouds support that 
> kind of authentication ?
> 
> RegardsArchana

-- 
Andrew Gaul
http://gaul.org/


   

Re: Accessing blob-store by private-key only

2016-10-25 Thread Andrew Gaul
Can you provide more details on your use case, e.g., which provider?
All providers use an identity and credential.  Long ago someone asked
about HTTP basic access authentication which we do not support but
should be easy to add.

On Tue, Oct 25, 2016 at 07:09:52AM +, Archana C wrote:
> Hi 
> 
>     Is there any way to authenticate blob store using private key alone, 
> instead of passing credentials(identity, key) ?    Does jclouds support that 
> kind of authentication ?
> 
> RegardsArchana

-- 
Andrew Gaul
http://gaul.org/