From: Casey Bodley Date: Tue, 19 Nov 2024 16:22:57 +0000 (-0500) Subject: qa/rgw/sts: run s3tests against both auth orders X-Git-Tag: v19.2.3~15^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=72e064d4da747994892635044a825379a36c9447;p=ceph.git qa/rgw/sts: run s3tests against both auth orders Signed-off-by: Casey Bodley (cherry picked from commit 771f16e582479fd0c72f943a47fdee6d62b37ca3) --- diff --git a/qa/suites/rgw/sts/auth-order/.qa b/qa/suites/rgw/sts/auth-order/.qa new file mode 120000 index 0000000000000..fea2489fdf6d9 --- /dev/null +++ b/qa/suites/rgw/sts/auth-order/.qa @@ -0,0 +1 @@ +../.qa \ No newline at end of file diff --git a/qa/suites/rgw/sts/auth-order/local-sts.yaml b/qa/suites/rgw/sts/auth-order/local-sts.yaml new file mode 100644 index 0000000000000..2f7dcc6b1289f --- /dev/null +++ b/qa/suites/rgw/sts/auth-order/local-sts.yaml @@ -0,0 +1,5 @@ +overrides: + ceph: + conf: + client: + rgw s3 auth order: local, sts, external diff --git a/qa/suites/rgw/sts/auth-order/sts-local.yaml b/qa/suites/rgw/sts/auth-order/sts-local.yaml new file mode 100644 index 0000000000000..a7b00d00f0b85 --- /dev/null +++ b/qa/suites/rgw/sts/auth-order/sts-local.yaml @@ -0,0 +1,5 @@ +overrides: + ceph: + conf: + client: + rgw s3 auth order: sts, local, external