From 7865667e3506a83cbe09acb554d6987fa356f365 Mon Sep 17 00:00:00 2001 From: Steve Wilkerson Date: Mon, 10 Sep 2018 10:56:45 -0600 Subject: [PATCH] Ceph-rgw: Update s3 default admin keys This updates the ceph-rgw s3 admin access and secret keys to more generic default values to avoid the possibility of a user assuming the default keys are acceptable to use Change-Id: I618ec16059e12c8ce74513da7580a9853af707df --- ceph-rgw/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ceph-rgw/values.yaml b/ceph-rgw/values.yaml index de6be5581..1267ffad8 100644 --- a/ceph-rgw/values.yaml +++ b/ceph-rgw/values.yaml @@ -430,8 +430,8 @@ endpoints: # NOTE(srwilkers): These defaults should be used for testing only, and # should be changed before deploying to production username: s3_admin - access_key: "32AGKHCIG3FZ62IY1MEC" - secret_key: "22S9iCLHcHId9AzAQD32O8jrq7DpFX9RHIOOC4NL" + access_key: "admin_access_key" + secret_key: "admin_secret_key" hosts: default: ceph-rgw public: radosgw