]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/rgw/sts: run s3tests against both auth orders
authorCasey Bodley <cbodley@redhat.com>
Tue, 19 Nov 2024 16:22:57 +0000 (11:22 -0500)
committerPritha Srivastava <prsrivas@redhat.com>
Mon, 25 Nov 2024 04:53:57 +0000 (10:23 +0530)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
qa/suites/rgw/sts/auth-order/.qa [new symlink]
qa/suites/rgw/sts/auth-order/local-sts.yaml [new file with mode: 0644]
qa/suites/rgw/sts/auth-order/sts-local.yaml [new file with mode: 0644]

diff --git a/qa/suites/rgw/sts/auth-order/.qa b/qa/suites/rgw/sts/auth-order/.qa
new file mode 120000 (symlink)
index 0000000..fea2489
--- /dev/null
@@ -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 (file)
index 0000000..2f7dcc6
--- /dev/null
@@ -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 (file)
index 0000000..a7b00d0
--- /dev/null
@@ -0,0 +1,5 @@
+overrides:
+  ceph:
+    conf:
+      client:
+        rgw s3 auth order: sts, local, external