From: Casey Bodley Date: Mon, 4 May 2020 20:45:04 +0000 (-0400) Subject: vstart: remove commented-out vault config options X-Git-Tag: v16.1.0~2414^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F34896%2Fhead;p=ceph.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 47e1f34f8984..c3e1880a3f40 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