From 5744cc740fdc023d0f2a9dd79eed348f94a0916e Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Wed, 26 Dec 2018 17:28:46 +0100 Subject: [PATCH] docs(configuration): disadvise auth disabled --- docs/source/configuration.rst | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/docs/source/configuration.rst b/docs/source/configuration.rst index 26467a9..35dc783 100644 --- a/docs/source/configuration.rst +++ b/docs/source/configuration.rst @@ -4,15 +4,6 @@ Configuration Portainer can be easily tuned using CLI flags. -Disable authentication -====================== - -To disable Portainer internal authentication mechanism, start Portainer with the ``--no-auth`` flag: - -.. code-block:: bash - - $ docker run -d -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock portainer/portainer --no-auth - Admin password ============== @@ -158,6 +149,18 @@ Note: when using the external endpoint management, endpoint management will be d For more information about the endpoint definition format see :doc:`External endpoints ` +Disable authentication +====================== + +**WARNING**: The Portainer.io team strongly disadvises to disable authentication for security reasons. + +To disable Portainer internal authentication mechanism, start Portainer with the ``--no-auth`` flag: + +.. code-block:: bash + + $ docker run -d -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock portainer/portainer --no-auth + + Available flags ===============