From 9f0ccb5f17e8723eb62974b87c4d5ed4a621f33a Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Mon, 4 May 2020 16:45:04 -0400 Subject: [PATCH] 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 --- src/vstart.sh | 9 --------- 1 file changed, 9 deletions(-) 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 -- 2.39.5