I have a openstack swift cluster with keystone authentication v2. I am trying to connect Duracloud with my swift instance, I found out that current code is only compatible with Auth v1 that's tempAuth. Just want to know that is Duracloud code works with keystone or this functionality is not implemented yet?
--
You received this message because you are subscribed to the Google Groups "DuraCloud Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to duracloud-de...@googlegroups.com.
To post to this group, send email to duracl...@googlegroups.com.
Visit this group at http://groups.google.com/group/duracloud-dev.
For more options, visit https://groups.google.com/d/optout.
swiftApi = ContextBuilder.newBuilder(provider)
.endpoint("http://xxx.xxx.xxx.xxx:5000/v2.0/")
.credentials(identity, credential)
.modules(modules)
.buildApi(SwiftApi.class);