Re: [Openstack] [OpenStack] [Swift] Can we use tempauth with version 2 or 3 of identity?

2016-09-19 Thread John Dickinson
Tempauth is really only for internal use and removing dependencies when testing. It does not support v2 or v3 auth APIs. I'd suggest using keystone instead. --John > On Sep 19, 2016, at 8:46 AM, Alexandr Porunov > wrote: > > Hello, > > I am using tempauth for

[Openstack] [OpenStack] [Swift] Can we use tempauth with version 2 or 3 of identity?

2016-09-19 Thread Alexandr Porunov
Hello, I am using tempauth for authentication. Here what I use: curl -v -H 'X-Auth-User: admin:admin' -H 'X-Auth-Key: admin' http://192.168.0.58:8080/auth/v1.0/ But I need to use v2 or v3 because I use a Java Client (jclouds) which can use only v2 or v3 authentication. I tried: curl -H