We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f2fafc + 6681a1f commit c0bb22dCopy full SHA for c0bb22d
lib/swift
@@ -431,6 +431,8 @@ function configure_swift {
431
swift_pipeline+=" authtoken"
432
if is_service_enabled s3api;then
433
swift_pipeline+=" s3token"
434
+ iniset ${SWIFT_CONFIG_PROXY_SERVER} filter:s3token auth_uri ${KEYSTONE_AUTH_URI_V3}
435
+ iniset ${SWIFT_CONFIG_PROXY_SERVER} filter:s3token delay_auth_decision true
436
fi
437
swift_pipeline+=" keystoneauth"
438
0 commit comments