From: Casey Bodley Date: Mon, 4 May 2020 20:45:04 +0000 (-0400) Subject: vstart: remove commented-out vault config options X-Git-Tag: wip-pdonnell-testing-20200918.022351~1351^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=9f0ccb5f17e8723eb62974b87c4d5ed4a621f33a;p=ceph-ci.git vstart: remove commented-out vault config options we don't have any vstart automation for rgw encryption with vault. if anyone wants to do local testing, they can follow instructions in the documentation Signed-off-by: Casey Bodley --- diff --git a/src/vstart.sh b/src/vstart.sh index 47e1f34f898..c3e1880a3f4 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -669,15 +669,6 @@ EOF ; uncomment the following to set LC days as the value in seconds; ; needed for passing lc time based s3-tests (can be verbose) ; rgw lc debug interval = 10 - ; The following settings are for SSE-KMS with Vault - ;rgw crypt s3 kms backend = vault - ;rgw crypt vault auth = token - ;rgw crypt vault token file = $CEPH_CONF_PATH/vault.token - ;rgw crypt vault addr = http://127.0.0.1:8200 - ;rgw crypt vault secret engine = kv - ;rgw crypt vault prefix = /v1/kv/data - ;rgw crypt vault secret engine = transit - ;rgw crypt vault prefix = /v1/transit/export/encryption-key/ $extra_conf EOF