From 716f53dfce20a0c45a754951fa4ac843355c76f1 Mon Sep 17 00:00:00 2001 From: Federico Stagni Date: Mon, 6 Nov 2023 17:25:58 +0100 Subject: [PATCH] docs: clarify how to install TokenManager in v8 --- .../AdministratorGuide/HowTo/pilotsWithTokens.rst | 13 ++----------- .../source/DeveloperGuide/TornadoServices/index.rst | 3 ++- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/docs/source/AdministratorGuide/HowTo/pilotsWithTokens.rst b/docs/source/AdministratorGuide/HowTo/pilotsWithTokens.rst index 9fdaf1dbbf0..7c89a00ef88 100644 --- a/docs/source/AdministratorGuide/HowTo/pilotsWithTokens.rst +++ b/docs/source/AdministratorGuide/HowTo/pilotsWithTokens.rst @@ -67,18 +67,9 @@ Setting up an ``IdProvider`` Launching the ``TokenManagerHandler`` ------------------------------------- -Run the following commands from a DIRAC client to install the ``Framework/TokenManager`` Tornado service: +Install the ``Framework/TokenManager`` Tornado service, following :ref:`these instructions ` -.. code-block:: console - - $ dirac-proxy-init -g dirac_admin - - $ dirac-admin-sysadmin-cli --host - - > install service Framework TokenManager - -.. note:: ``Tornado`` and then ``TokenManager`` might need to be restarted. -.. note:: Get more details about the system administrator interface from the :ref:`System Administrator Interface ` section. +.. note:: the ``Tornado/Tornado`` service might need to be restarted. Marking computing resources and VOs as token-ready -------------------------------------------------- diff --git a/docs/source/DeveloperGuide/TornadoServices/index.rst b/docs/source/DeveloperGuide/TornadoServices/index.rst index ccc4bce42fe..5b0491ff60e 100644 --- a/docs/source/DeveloperGuide/TornadoServices/index.rst +++ b/docs/source/DeveloperGuide/TornadoServices/index.rst @@ -318,11 +318,12 @@ Connections and certificates - ``_connect()``, ``_disconnect()`` and ``_purposeAction()`` are removed, ``_connect``/``_disconnect`` are now managed by `requests `_ and ``_purposeAction`` is no longer used is in HTTPS protocol. +.. _httpsTornadoInstall: + ********************** How to install Tornado ********************** - Requirements ************