]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: add multivalue support to rgw_dns_name config option 48554/head
authorGiuseppe Baccini <giuseppe.baccini@suse.com>
Wed, 19 Oct 2022 14:58:05 +0000 (16:58 +0200)
committerGiuseppe Baccini <giuseppe.baccini@suse.com>
Fri, 21 Oct 2022 08:53:42 +0000 (10:53 +0200)
commitf62fff1f4c46d6dfa1b0fe4cb0e4594192561c4c
tree31c827e13d143c02269efde2e5bf8fd74eb1b44e
parentc56282ce15ee0d48fb367d8315e858128c8b48b6
rgw: add multivalue support to rgw_dns_name config option

rgw_dns_name configuration option has extended to define multiple
domain values.
This option is now interpreted as a comma separated list of DNS names.

Example:

rgw_dns_name = cname.domain.com,cname2.domain2.com, cname3.domain3.com

Signed-off-by: Giuseppe Baccini <giuseppe.baccini@suse.com>
doc/radosgw/s3/commons.rst
src/common/options/rgw.yaml.in
src/rgw/rgw_rest.cc