libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 3c3ffeea429bc762054557f40c0754a6ebbfd785
parent 0f044a8db82b36ecae3eb9b04cbcb3f7fb005398
Author: Antoine A <>
Date:   Mon, 19 Aug 2024 13:41:48 +0200

libeufin-dbconfig: add missing permissions

Diffstat:
Mcontrib/libeufin-dbconfig | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/contrib/libeufin-dbconfig b/contrib/libeufin-dbconfig @@ -204,6 +204,7 @@ if [[ 0 = "$SKIP_INIT" || 1 = "$FORCE_PERMS" ]] && [[ 0 = "$SKIP_BANK" && 0 = echo "Setting postgres permissions for '$NEXUS_DBUSER'" 1>&2 grant_db_access "$NEXUS_DBUSER" grant_schema_access "$NEXUS_DBUSER" "_v" + grant_schema_access "$NEXUS_DBUSER" "libeufin_bank" fi # DB initialization for nexus if both component are setup