This commit implements additional proxy middlewares - catch_errors - handles errors - ratelimit - limits incoming requests - s3token - misddleware for s3auth - swift3 - implement swift APIs These middlewares needed to be modeled b/c they are configurable interfaces that needed to be configurable via Puppet.
6 lines
179 B
Plaintext
6 lines
179 B
Plaintext
[filter:s3token]
|
|
paste.filter_factory = keystone.middleware.s3_token:filter_factory
|
|
auth_port = <%= auth_port %>
|
|
auth_protocol = <%= auth_protocol %>
|
|
auth_host = <%= auth_host %>
|