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 proxy-server

    [app:proxy-server]
    use = egg:swift#proxy
    allow_account_management = true
    account_autocreate = true

    [filter:tempauth]
    use = egg:swift#tempauth
    ...

    [filter:tempurl]
    use = egg:swifttempurl#tempurl

It works well in tempauth. But after I set the X-Account-Meta-Temp-URL-Key header on the Swift account and try to use tempurl, I got the "401 Unauthorized: Temp URL invalid" response.

Thanks,
Jonathan Lu
_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

Reply via email to