gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: include ‘--no-auth’ in ‘sandbox serv


From: gnunet
Subject: [taler-docs] branch master updated: include ‘--no-auth’ in ‘sandbox serve’ invocation
Date: Fri, 21 Jan 2022 10:49:34 +0100

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new b67c45b  include ‘--no-auth’ in ‘sandbox serve’ invocation
b67c45b is described below

commit b67c45bdde010714074048995101fe8139f788b7
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Fri Jan 21 04:49:20 2022 -0500

    include ‘--no-auth’ in ‘sandbox serve’ invocation
    
    Also, explain why it's there.
---
 libeufin/nexus-tutorial.rst | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index 5ce357b..640a65d 100644
--- a/libeufin/nexus-tutorial.rst
+++ b/libeufin/nexus-tutorial.rst
@@ -141,7 +141,7 @@ If this variable is not set, ``libeufin-sandbox`` complains 
and exits:
 
 .. code-block:: console
 
-  $ libeufin-sandbox serve
+  $ libeufin-sandbox serve --no-auth
   DB connection string not found/valid in the env variable 
LIBEUFIN_SANDBOX_DB_CONNECTION.
   The following two examples are valid connection strings:
   jdbc:sqlite:/tmp/libeufindb.sqlite3
@@ -149,13 +149,16 @@ If this variable is not set, ``libeufin-sandbox`` 
complains and exits:
 
 Only *SQLite* and *PostgreSQL (via TCP)* are supported right now.
 
+The option ``--no-auth`` disables authentication since ``libeufin-cli``
+(described below) does not currently support authenticated interaction.
+
 For the following commands, the sandbox service must be running.
 The sandbox service is started with the following command:
 
 .. code-block:: console
 
    $ export LIBEUFIN_SANDBOX_DB_CONNECTION=jdbc:sqlite:/tmp/libeufintestdb
-   $ libeufin-sandbox serve --port 5016
+   $ libeufin-sandbox serve --port 5016 --no-auth
 
 To reset the state of the sandbox, delete the database.
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]