Revision cceaebef docs/quick-install-admin-guide.rst

b/docs/quick-install-admin-guide.rst
1042 1042

  
1043 1043
.. code-block:: console
1044 1044

  
1045
   ASTAKOS_BASE_URL = 'https://node1.example.com/astakos'
1045
   ASTAKOS_AUTH_URL = 'https://node1.example.com/astakos/identity/v2.0'
1046 1046

  
1047 1047
   PITHOS_BASE_URL = 'https://node2.example.com/pithos'
1048 1048
   PITHOS_BACKEND_DB_CONNECTION = 'postgresql://synnefo:example_passw0rd@node1.example.com:5432/snf_pithos'
......
1062 1062
``/srv/pithos/data``, which is visible by both nodes. We have already setup this
1063 1063
directory at node1's "Pithos data directory setup" section.
1064 1064

  
1065
The ``ASTAKOS_BASE_URL`` option informs the Pithos app where Astakos is.
1065
The ``ASTAKOS_AUTH_URL`` option informs the Pithos app where Astakos is.
1066 1066
The Astakos service is used for user management (authentication, quotas, etc.)
1067 1067

  
1068 1068
The ``PITHOS_BASE_URL`` setting must point to the top-level Pithos URL.
......
1853 1853
.. code-block:: console
1854 1854

  
1855 1855
   CYCLADES_BASE_URL = 'https://node1.example.com/cyclades'
1856
   ASTAKOS_BASE_URL = 'https://node1.example.com/astakos'
1856
   ASTAKOS_AUTH_URL = 'https://node1.example.com/astakos/identity/v2.0'
1857 1857

  
1858 1858
   CYCLADES_SERVICE_TOKEN = 'cyclades_service_token22w'
1859 1859

  
1860
The ``ASTAKOS_BASE_URL`` denotes the Astakos endpoint for Cyclades,
1860
The ``ASTAKOS_AUTH_URL`` denotes the Astakos endpoint for Cyclades,
1861 1861
which is used for all user management, including authentication.
1862 1862
Since our Astakos, Cyclades, and Pithos installations belong together,
1863
they should all have identical ``ASTAKOS_BASE_URL`` setting
1863
they should all have identical ``ASTAKOS_AUTH_URL`` setting
1864 1864
(see also, :ref:`previously <conf-pithos>`).
1865 1865

  
1866 1866
The ``CYCLADES_BASE_URL`` setting must point to the top-level Cyclades URL.

Also available in: Unified diff