Merge "Use local auth before keystone for s3"
This commit is contained in:
commit
4b0bb674ed
@ -15,6 +15,6 @@ apiVersion: v1
|
||||
appVersion: v1.0.0
|
||||
description: OpenStack-Helm Ceph RadosGW
|
||||
name: ceph-rgw
|
||||
version: 0.1.10
|
||||
version: 0.1.11
|
||||
home: https://github.com/ceph/ceph
|
||||
...
|
||||
|
@ -430,6 +430,7 @@ conf:
|
||||
rgw_keystone_implicit_tenants: true
|
||||
rgw_keystone_make_new_tenants: true
|
||||
rgw_s3_auth_use_keystone: true
|
||||
rgw_s3_auth_order: "local, external, sts"
|
||||
rgw_swift_account_in_url: true
|
||||
rgw_swift_url: null
|
||||
rgw_s3:
|
||||
|
@ -11,4 +11,5 @@ ceph-rgw:
|
||||
- 0.1.8 Add placement target delete support to RGW
|
||||
- 0.1.9 Use full image ref for docker official images
|
||||
- 0.1.10 Fix a bug in placement target deletion for new targets
|
||||
- 0.1.11 Change s3 auth order to use local before external
|
||||
...
|
||||
|
Loading…
x
Reference in New Issue
Block a user