From 157f21022e5a065e1457e5ac534d0dd7c66aaab1 Mon Sep 17 00:00:00 2001 From: Aashish Sharma Date: Tue, 7 Nov 2023 18:57:24 +0530 Subject: [PATCH] mgr/dashboard: fix rgw multi-site import form helper Before : To obtain the token, generate it from your primary Ceph cluster. This token includes encoded information about the secondary cluster's endpoint, access key, and secret key. Fix: To obtain the token, generate it from your primary Ceph cluster. This token includes encoded information about the primary cluster's endpoint, access key, and secret key. Fixes: https://tracker.ceph.com/issues/63469 Signed-off-by: Aashish Sharma --- .../rgw-multisite-import/rgw-multisite-import.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-import/rgw-multisite-import.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-import/rgw-multisite-import.component.html index ee9816dc5cbc..70c07e8acadc 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-import/rgw-multisite-import.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-import/rgw-multisite-import.component.html @@ -11,7 +11,7 @@ spacingClass="mb-3"> -- 2.47.3