From 6022e81be06a985d6f09ef4e2740b0d0884ea379 Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Wed, 25 Nov 2015 12:23:56 -0800 Subject: [PATCH] website: updating documentation --- website/source/docs/config/index.html.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/website/source/docs/config/index.html.md b/website/source/docs/config/index.html.md index 245d8d7e6e..d454e91c5f 100644 --- a/website/source/docs/config/index.html.md +++ b/website/source/docs/config/index.html.md @@ -178,7 +178,7 @@ For S3, the following options are supported: * `session_token` - (optional) The AWS session token. It can also be sourced from the `AWS_SESSION_TOKEN` environment variable. - * `endpoint` - (optional) An alternative (AWS compatible) S3 endpoint to use. It can also be sourced from the `AWS_S3_ENDPOINT` environment variable. + * `endpoint` - (optional) An alternative (AWS compatible) S3 endpoint to use. It can also be sourced from the `AWS_S3_ENDPOINT` environment variable. * `region` (optional) - The AWS region. It can be sourced from the `AWS_DEFAULT_REGION` environment variable and will default to "us-east-1" if not specified. @@ -228,8 +228,10 @@ The supported options are: * `address` (optional) - The address to bind to for listening. This defaults to "127.0.0.1:8200". - * `tls_disable` (optional) - If non-empty, then TLS will be disabled. - This is an opt-in; Vault assumes by default that TLS will be used. + * `tls_disable` (optional) - If true, then TLS will be disabled. + This will parse as boolean value, and can be set to "0", "no", + "false", "1", "yes", or "true". This is an opt-in; Vault assumes + by default that TLS will be used. * `tls_cert_file` (required unless disabled) - The path to the certificate for TLS.