]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
vstart: remove commented-out vault config options
authorCasey Bodley <cbodley@redhat.com>
Mon, 4 May 2020 20:45:04 +0000 (16:45 -0400)
committerKefu Chai <kchai@redhat.com>
Sun, 14 Jun 2020 08:34:51 +0000 (16:34 +0800)
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 <cbodley@redhat.com>
(cherry picked from commit 9f0ccb5f17e8723eb62974b87c4d5ed4a621f33a)

src/vstart.sh

index 5396ea0ab3337bd3e16ff0e3e737d533531e54f0..3a5f860c57d556b3c283941d5f879c869175eb1a 100755 (executable)
@@ -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