commit 6a7b86638644bad1b0c74bc272d8050a7946a0cd
parent 79bf37a131b7e34c7971f041708ea86742bae7cb
Author: MS <ms@taler.net>
Date: Wed, 18 Aug 2021 23:33:09 -1100
nexus/anastasis tutorial
Diffstat:
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
@@ -553,7 +553,9 @@ as the Taler Wire Gateway base URL located when listing the facades:
Creating a Anastasis facade
===========================
-The following command creates a Anastasis facade:
+The following command creates a Anastasis facade. At this point, *only*
+the superuser is able to create facades; please set the environment variables
+``LIBEUFIN_NEXUS_USERNAME`` and ``LIBEUFIN_NEXUS_PASSWORD`` accordingly.
.. code-block:: console
@@ -570,9 +572,8 @@ facade's base URL with:
$ libeufin-cli facades list
-At this point - unless the facade is used with superuser privileges -
-a history permission should be set on the facade. The following command
-does it:
+At this point, to allow a non superuser to use the facade, a history
+permission needs to be set:
.. code-block:: console
@@ -581,7 +582,7 @@ does it:
facade $FACADENAME \
facade.anastasis.history
-.. note:
+.. note::
There is no need to set/unset a transfer permission on the facade
since this one does not offer any endpoint to issue wire transfers.