From 60e5d6c8bf14468bd110e4eb55969742c7374b3a Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Thu, 3 Feb 2022 09:55:26 +0100 Subject: [PATCH] chore: setup sensw environment on hetzner - workflow cats need environment for test and qa --- smardigo/template/filter/primary-process.json | 13 +++++++++++++ stage-dev | 1 + 2 files changed, 14 insertions(+) create mode 100644 smardigo/template/filter/primary-process.json diff --git a/smardigo/template/filter/primary-process.json b/smardigo/template/filter/primary-process.json new file mode 100644 index 0000000..92ec944 --- /dev/null +++ b/smardigo/template/filter/primary-process.json @@ -0,0 +1,13 @@ +{ + "configKey" : "primary-process", + "processDefinitionKey" : "primary-process", + "documents" : [ ], + "dossiers" : [ { + "configKey" : "vorgang", + "currentUserConfig" : [ [ { + "key" : "tenant_id", + "operation" : "in", + "value" : "[${currentUserTenantIds}]" + } ] ] + } ] +} diff --git a/stage-dev b/stage-dev index 67ee1d6..6b15323 100644 --- a/stage-dev +++ b/stage-dev @@ -20,6 +20,7 @@ dev-harbor-01 [iam] dev-iam-01 +dev-iam-02 # sensw / workflow cats [keycloak] dev-keycloak-01