]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw: allow specifying ssl certificate for radosgw-admin operations
authorMark Kogan <mkogan@redhat.com>
Sun, 12 Dec 2021 17:30:42 +0000 (17:30 +0000)
committerMark Kogan <mkogan@ibm.com>
Sat, 5 Jul 2025 17:35:02 +0000 (17:35 +0000)
commit37551749e7c0a9dc0785b3c3a7b47ab9b9f24cf7
tree54be41b63e4debc55075b0b19a32a7201cdfdace
parent9df9e3df5fcf49cc6e8fc4f002df05f5910c564a
rgw: allow specifying ssl certificate for radosgw-admin operations

for example

../src/mrun c2 radosgw-admin realm pull --url=https://localhost:1443 --access-key a2345678901234567890 --secret a234567890123456789012345678901234567890 --default --rgw_verify_ssl_cacert=./cert.pem

../src/mrun c2 radosgw-admin period pull --url=https://localhost:1443 --access-key a2345678901234567890 --secret a234567890123456789012345678901234567890 --default --rgw_verify_ssl_cacert=./cert.pem

../src/mrun c2 radosgw-admin period update --commit --rgw_verify_ssl_cacert=./cert.pem

../src/mrun c2 radosgw-admin sync status --rgw_verify_ssl_cacert=./cert.pem

fixes: https://tracker.ceph.com/issues/53588

Signed-off-by: Mark Kogan <mkogan@redhat.com>
(cherry picked from commit 7c7633bb6795b410974dc3a61cdc162bfaf15e52)
src/rgw/rgw_http_client.cc