[Openstack] [Swift] Is it possible to use tempauth and tempurl together?

2013-07-17 Thread Jonathan Lu
Hi, all stackers, Can I use the tempauth and tempurl at the same time? I will set a long tempauth timeout time for internal service and a short tempurl timeout for the ohters? My proxy-server.conf is quite easy: [pipeline:main] pipeline = healthcheck cache tempurl tempauth

Re: [Openstack] [Swift] Is it possible to use tempauth and tempurl together?

2013-07-17 Thread Clay Gerrard
Yes tempurl and and tempauth are tessted together, your pipeline looks good. allow_overrides = false in the tempauth section could cause this, but it's default is true. Are you creating the tempurl's with bin/swift-temp-url ??? clayg@swift:~$ swift post -m temp-url-key:asdf clayg@swift:~$