[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-ansible-taler-exchange] branch master updated: use new TOKEN conf
From: |
gnunet |
Subject: |
[taler-ansible-taler-exchange] branch master updated: use new TOKEN config value name |
Date: |
Wed, 01 Jan 2025 14:06:57 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository ansible-taler-exchange.
The following commit(s) were added to refs/heads/master by this push:
new d51d778 use new TOKEN config value name
d51d778 is described below
commit d51d7780983ec19232582cdbd4f8bbfc66a7ef3e
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jan 1 14:06:47 2025 +0100
use new TOKEN config value name
---
roles/libeufin-nexus/templates/etc/libeufin/libeufin-nexus.conf.j2 | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/roles/libeufin-nexus/templates/etc/libeufin/libeufin-nexus.conf.j2
b/roles/libeufin-nexus/templates/etc/libeufin/libeufin-nexus.conf.j2
index d67de39..13311cd 100644
--- a/roles/libeufin-nexus/templates/etc/libeufin/libeufin-nexus.conf.j2
+++ b/roles/libeufin-nexus/templates/etc/libeufin/libeufin-nexus.conf.j2
@@ -41,8 +41,13 @@ CONFIG=postgres:///libeufin
[nexus-httpd-wire-gateway-api]
ENABLED = YES
+<<<<<<< Updated upstream
AUTH_METHOD = bearer-token
AUTH_BEARER_TOKEN = {{
ansible_facts['ansible_local']['libeufin-nexus-access-token']['libeufin-nexus']['auth_bearer_token']
}}
+=======
+AUTH_METHOD = bearer
+TOKEN = {{
ansible_facts['ansible_local']['libeufin-nexus-access-token']['libeufin-nexus']['auth_bearer_token']
}}
+>>>>>>> Stashed changes
# FIXME: is this supported by libeufin?
@inline-secret@ nexus-ebics libeufin-nexus-ebics.conf
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-ansible-taler-exchange] branch master updated: use new TOKEN config value name,
gnunet <=