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

Need to bypass Credentail based authentication

2016-10-25 Thread Dileep Dixith
Hi, We have a requirement where blob will be accessed only using certificates but not with username/password combination. Provider is S3 compatible object storage. How to bypass credential based authentication and do authentication based on provided certificates. Regards, Dileep Dixith

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 >

Re: Directory Name - 2.0.0-SNAPSHOT

2016-10-25 Thread Andrew Gaul
[Moving to jclouds-user list] Can you provide the exact test case, including ListContainerOptions, and results from both the filesystem and s3 providers? 2.0 includes many changes to align the former with the latter. For what it is worth, directories are a jclouds fiction and something we

Accessing blob-store by private-key only

2016-10-25 Thread Archana C
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