From 271ee142c6ab97ce034eaf601e37073f09a70cf3 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Tue, 22 Sep 2020 15:01:38 +0200 Subject: [PATCH] updated entrypoint --- scripts/entrypoint.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/entrypoint.sh b/scripts/entrypoint.sh index fb68e27..887ede1 100755 --- a/scripts/entrypoint.sh +++ b/scripts/entrypoint.sh @@ -22,3 +22,7 @@ curl -s -o /dev/null -w "%{http_code}\n" -X POST -H 'Content-Type: application/j curl -s -o /dev/null -w "%{http_code}\n" -X POST -H 'Content-Type: application/json' -d @/var/resources/workflows/portal/group_created.json $BASE/metadata/workflow curl -s -o /dev/null -w "%{http_code}\n" -X POST -H 'Content-Type: application/json' -d @/var/resources/workflows/portal/group_deleted.json $BASE/metadata/workflow + +curl -s -o /dev/null -w "%{http_code}\n" -X POST -H 'Content-Type: application/json' -d @/var/resources/workflows/portal/invitation-accepted.json $BASE/metadata/workflow + +curl -s -o /dev/null -w "%{http_code}\n" -X POST -H 'Content-Type: application/json' -d @/var/resources/workflows/portal/create-user-add-to-vre.json $BASE/metadata/workflow