From 2beb5236d0c9fe0e8f964d69688b1a05d510db30 Mon Sep 17 00:00:00 2001 From: Damien Duportal Date: Mon, 20 Aug 2018 13:34:03 +0200 Subject: [PATCH] A tiny rewording on the documentation API's page --- docs/configuration/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration/api.md b/docs/configuration/api.md index 05aa23277..e6e8aa932 100644 --- a/docs/configuration/api.md +++ b/docs/configuration/api.md @@ -4,7 +4,7 @@ ```toml # API definition -# Warning: Enabling API will expose Træfik's configuration and secret. +# Warning: Enabling API will expose Træfik's configuration. # It is not recommended in production, # unless secured by authentication and authorizations [api] @@ -44,7 +44,7 @@ For more customization, see [entry points](/configuration/entrypoints/) document ## Security Enabling the API will expose all configuration elements, -including secret. +including sensitive data. It is not recommended in production, unless secured by authentication and authorizations.