A tiny rewording on the documentation API's page
This commit is contained in:
parent
f062ee80c8
commit
2beb5236d0
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
# API definition
|
# 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,
|
# It is not recommended in production,
|
||||||
# unless secured by authentication and authorizations
|
# unless secured by authentication and authorizations
|
||||||
[api]
|
[api]
|
||||||
|
@ -44,7 +44,7 @@ For more customization, see [entry points](/configuration/entrypoints/) document
|
||||||
## Security
|
## Security
|
||||||
|
|
||||||
Enabling the API will expose all configuration elements,
|
Enabling the API will expose all configuration elements,
|
||||||
including secret.
|
including sensitive data.
|
||||||
|
|
||||||
It is not recommended in production,
|
It is not recommended in production,
|
||||||
unless secured by authentication and authorizations.
|
unless secured by authentication and authorizations.
|
||||||
|
|
Loading…
Reference in a new issue