Re: Openstack application credentials support

2022-05-02 Thread DImuthu Upeksha
Awesome. Here is the PR [3] [3] https://github.com/apache/jclouds/pull/142 Thanks Dimuthu On Mon, May 2, 2022 at 5:05 AM Ignasi Barrera wrote: > That looks good. Thanks! PR would be very welcome! > > On Mon, May 2, 2022 at 9:46 AM DImuthu Upeksha > wrote: > > > Seems like V3AuthenticationApi

Re: Openstack application credentials support

2022-05-02 Thread Ignasi Barrera
That looks good. Thanks! PR would be very welcome! On Mon, May 2, 2022 at 9:46 AM DImuthu Upeksha wrote: > Seems like V3AuthenticationApi does not have an implementation for access > key authentication so the invocation routes to the base interface which > does not have any HTTP annotation. I

Re: Openstack application credentials support

2022-05-02 Thread DImuthu Upeksha
Seems like V3AuthenticationApi does not have an implementation for access key authentication so the invocation routes to the base interface which does not have any HTTP annotation. I implemented the missing feature and it works for my openstack setup. Here is the commit history for my fork [2].

Openstack application credentials support

2022-04-30 Thread DImuthu Upeksha
Hi, I am trying to use Jclouds to access an openstack swift container using the application credentials. Is that supported in 2.5.0 version? Below is the code sample I used and the error message I got. I can a similar question in StackOverflow[1] as well [1]