Added delay_auth_decision config option for swift

The authtoken config variable delay_auth_decision must be set to True.
The default is False, but that breaks public access, StaticWeb, FormPost,
TempURL, and authenticated capabilities requests (using Discoverability).

Change-Id: I420a95f5f9fda3321a4acfc5846e40294a8bd588
Closes-Bug: #1768795
This commit is contained in:
fan_guiju 2018-06-29 01:53:02 -04:00
parent 12d8ba0523
commit 420b523f31
2 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,7 @@ swift_admin_tenant_name: "admin"
swift_devices_mount_point: "/srv/node"
swift_devices_match_mode: "strict"
swift_devices_name: "KOLLA_SWIFT_DATA"
swift_delay_auth_decision: "False"
openstack_swift_auth: "{{ openstack_auth }}"

View File

@ -43,6 +43,7 @@ user_domain_id = {{ default_user_domain_id }}
project_name = service
username = {{ swift_keystone_user }}
password = {{ swift_keystone_password }}
delay_auth_decision = {{ swift_delay_auth_decision }}
memcache_security_strategy = ENCRYPT
memcache_secret_key = {{ memcache_secret_key }}