Skip to content

Commit

Permalink
Merge pull request DIRACGrid#7275 from fstagni/80_fixes67
Browse files Browse the repository at this point in the history
[8.0] docs: clarify how to install TokenManager in v8
  • Loading branch information
fstagni authored Nov 7, 2023
2 parents 157cd6c + 716f53d commit 08dbcdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
13 changes: 2 additions & 11 deletions docs/source/AdministratorGuide/HowTo/pilotsWithTokens.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <httpsTornadoInstall>`

.. code-block:: console
$ dirac-proxy-init -g dirac_admin
$ dirac-admin-sysadmin-cli --host <dirac 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 <system-admin-console>` section.
.. note:: the ``Tornado/Tornado`` service might need to be restarted.

Marking computing resources and VOs as token-ready
--------------------------------------------------
Expand Down
3 changes: 2 additions & 1 deletion docs/source/DeveloperGuide/TornadoServices/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -318,11 +318,12 @@ Connections and certificates
- ``_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.


.. _httpsTornadoInstall:

**********************
How to install Tornado
**********************


Requirements
************

Expand Down

0 comments on commit 08dbcdb

Please sign in to comment.