]> git.apps.os.sepia.ceph.com Git - ceph-ci.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)
committerCasey Bodley <cbodley@redhat.com>
Tue, 5 May 2020 16:10:57 +0000 (12:10 -0400)
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>
src/vstart.sh

index 47e1f34f8984e943907004ccfcb3002eb925d439..c3e1880a3f402b0be0f6d39f4eca0d35a55d62e2 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