Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions templates/swiftproxy/config/00-proxy-server.conf
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@ use = egg:swift#s3api
[filter:s3token]
use = egg:swift#s3token
auth_uri = {{ .KeystonePublicURL }}/v3
secret_cache_duration = 900
auth_url = {{ .KeystonePublicURL }}
project_domain_id = default
user_domain_id = default
project_name = service
username = {{ .ServiceUser }}
password = {{ .ServicePassword }}

[filter:staticweb]
use = egg:swift#staticweb
Expand Down