Revision 3e6d0710

b/docs/quick-install-admin-guide.rst
679 679
   PITHOS_AUTHENTICATION_URL = 'https://node1.example.com/im/authenticate'
680 680
   PITHOS_AUTHENTICATION_USERS = None
681 681

  
682
   PITHOS_SERVICE_TOKEN = 'pithos_service_token22w=='
683

  
682 684
The ``PITHOS_BACKEND_DB_CONNECTION`` option tells to the pithos+ app where to
683 685
find the pithos+ backend database. Above we tell pithos+ that its database is
684 686
``snf_pithos`` at node1 and to connect as user ``synnefo`` with password
......
694 696
is available the astakos authentication api. If not set, pithos+ tries to
695 697
authenticate using the ``PITHOS_AUTHENTICATION_USERS`` user pool.
696 698

  
699
The ``PITHOS_SERVICE_TOKEN`` should be the Pithos+ token returned by running on
700
the Astakos node (node1 in our case):
701

  
702
.. code-block:: console
703

  
704
   # snf-manage listservices
705

  
706
The token has been generated automatically during the :ref:`Pithos+ service
707
registration <services-reg>`.
708

  
697 709
Then we need to setup the web UI and connect it to astakos. To do so, edit
698 710
``/etc/synnefo/20-snf-pithos-webclient-settings.conf``:
699 711

  

Also available in: Unified diff