]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
rgw: add SSE-KMS with Vault using token auth
authorSergio de Carvalho <scarvalhojr@gmail.com>
Wed, 2 Oct 2019 16:28:06 +0000 (17:28 +0100)
committerSergio de Carvalho <scarvalhojr@gmail.com>
Wed, 2 Oct 2019 16:28:06 +0000 (17:28 +0100)
Minor fix to config documentation.

Signed-off-by: Andrea Baglioni <andrea.baglioni@workday.com>
Signed-off-by: Sergio de Carvalho <sergio.carvalho@workday.com>
doc/radosgw/config-ref.rst
src/common/options.cc

index c21ddba4d3109d259b8c3140e5046a3bb336ac34..15d21b0f3b70a7cadf46207c83314f184a678d7d 100644 (file)
@@ -969,7 +969,7 @@ HashiCorp Vault Settings
 
 ``rgw crypt vault addr``
 
-:Description: Provide a URL to the Vault server secret path.
+:Description: Base URL to the Vault server.
 :Type: String
 :Default: None
 
index 55b6f5a4371d5fe1e5f5102dbb4e81dde71eff8c..fd3561d912d6bf404abac23d7d2439d4e06da373 100644 (file)
@@ -6973,8 +6973,7 @@ std::vector<Option> get_rgw_options() {
 
     Option("rgw_crypt_vault_addr", Option::TYPE_STR, Option::LEVEL_ADVANCED)
     .set_default("")
-    .set_description(
-        "Provide a URL to the Vault server secret path.")
+    .set_description("Base URL to the Vault server.")
     .add_see_also({
       "rgw_crypt_s3_kms_backend",
       "rgw_crypt_vault_auth",