Skip to content

Commit 716f53d

Browse files
committed
docs: clarify how to install TokenManager in v8
1 parent 6d71e45 commit 716f53d

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

docs/source/AdministratorGuide/HowTo/pilotsWithTokens.rst

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,9 @@ Setting up an ``IdProvider``
6767
Launching the ``TokenManagerHandler``
6868
-------------------------------------
6969

70-
Run the following commands from a DIRAC client to install the ``Framework/TokenManager`` Tornado service:
70+
Install the ``Framework/TokenManager`` Tornado service, following :ref:`these instructions <httpsTornadoInstall>`
7171

72-
.. code-block:: console
73-
74-
$ dirac-proxy-init -g dirac_admin
75-
76-
$ dirac-admin-sysadmin-cli --host <dirac host>
77-
78-
> install service Framework TokenManager
79-
80-
.. note:: ``Tornado`` and then ``TokenManager`` might need to be restarted.
81-
.. note:: Get more details about the system administrator interface from the :ref:`System Administrator Interface <system-admin-console>` section.
72+
.. note:: the ``Tornado/Tornado`` service might need to be restarted.
8273

8374
Marking computing resources and VOs as token-ready
8475
--------------------------------------------------

docs/source/DeveloperGuide/TornadoServices/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,11 +318,12 @@ Connections and certificates
318318
- ``_connect()``, ``_disconnect()`` and ``_purposeAction()`` are removed, ``_connect``/``_disconnect`` are now managed by `requests <http://docs.python-requests.org/>`_ and ``_purposeAction`` is no longer used is in HTTPS protocol.
319319

320320

321+
.. _httpsTornadoInstall:
322+
321323
**********************
322324
How to install Tornado
323325
**********************
324326

325-
326327
Requirements
327328
************
328329

0 commit comments

Comments
 (0)