Merge "Use local auth before keystone for s3"

This commit is contained in:
Zuul 2021-06-28 17:38:27 +00:00 committed by Gerrit Code Review
commit 4b0bb674ed
3 changed files with 3 additions and 1 deletions

View File

@ -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
...

View File

@ -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:

View File

@ -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
...