summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2021-08-18 23:33:09 -1100
committerMS <ms@taler.net>2021-08-18 23:33:09 -1100
commit6a7b86638644bad1b0c74bc272d8050a7946a0cd (patch)
treeb971e106135e14381783b88257dc30c6da5741b2
parent79bf37a131b7e34c7971f041708ea86742bae7cb (diff)
downloaddocs-6a7b86638644bad1b0c74bc272d8050a7946a0cd.tar.gz
docs-6a7b86638644bad1b0c74bc272d8050a7946a0cd.tar.bz2
docs-6a7b86638644bad1b0c74bc272d8050a7946a0cd.zip
nexus/anastasis tutorial
-rw-r--r--libeufin/nexus-tutorial.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index 2ce4367a..51e0cd28 100644
--- 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.