First time here? Check out the FAQ!
![]() | 1 | initial version |
Default auth middleware suppose to be "TempAuth" .
[pipeline:main]
pipeline = catch_errors healthcheck cache ratelimit tempauth proxy-server
https://github.com/openstack/swift/blob/essex-eol/etc/proxy-server.conf-sample#L17
The account/username/password of TempAuth is been write in the proxy-server.conf directly. https://github.com/openstack/swift/blob/essex-eol/etc/proxy-server.conf-sample#L61-L103
Hugo