mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-12 19:24:13 +00:00
Squashed 'spiffworkflow-backend/' changes from e013fc5da..13855180b
13855180b upgrade keycloak 952927d41 pyl w/ burnettk git-subtree-dir: spiffworkflow-backend git-subtree-split: 13855180b203282c6fe8a71e0baf650136e3781b
This commit is contained in:
parent
d643de93e5
commit
9a1e33696a
@ -19,7 +19,7 @@ docker run \
|
|||||||
-e KEYCLOAK_LOGLEVEL=ALL \
|
-e KEYCLOAK_LOGLEVEL=ALL \
|
||||||
-e ROOT_LOGLEVEL=ALL \
|
-e ROOT_LOGLEVEL=ALL \
|
||||||
-e KEYCLOAK_ADMIN=admin \
|
-e KEYCLOAK_ADMIN=admin \
|
||||||
-e KEYCLOAK_ADMIN_PASSWORD=admin quay.io/keycloak/keycloak:18.0.2 start-dev \
|
-e KEYCLOAK_ADMIN_PASSWORD=admin quay.io/keycloak/keycloak:19.0.3 start-dev \
|
||||||
-Dkeycloak.profile.feature.token_exchange=enabled \
|
-Dkeycloak.profile.feature.token_exchange=enabled \
|
||||||
-Dkeycloak.profile.feature.admin_fine_grained_authz=enabled
|
-Dkeycloak.profile.feature.admin_fine_grained_authz=enabled
|
||||||
|
|
||||||
|
@ -3,13 +3,57 @@ default_group: everybody
|
|||||||
groups:
|
groups:
|
||||||
admin:
|
admin:
|
||||||
users:
|
users:
|
||||||
[jakub, kb, alex, dan, mike, jason, amir, jarrad, elizabeth, jon, natalia, harmeet, sasha, manuchehr]
|
[
|
||||||
|
jakub,
|
||||||
|
kb,
|
||||||
|
alex,
|
||||||
|
dan,
|
||||||
|
mike,
|
||||||
|
jason,
|
||||||
|
amir,
|
||||||
|
jarrad,
|
||||||
|
elizabeth,
|
||||||
|
jon,
|
||||||
|
natalia,
|
||||||
|
harmeet,
|
||||||
|
sasha,
|
||||||
|
manuchehr,
|
||||||
|
]
|
||||||
|
|
||||||
Finance Team:
|
Finance Team:
|
||||||
users: [jakub, alex, dan, mike, jason, amir, jarrad, elizabeth, jon, natalia, harmeet, sasha, manuchehr]
|
users:
|
||||||
|
[
|
||||||
|
jakub,
|
||||||
|
alex,
|
||||||
|
dan,
|
||||||
|
mike,
|
||||||
|
jason,
|
||||||
|
amir,
|
||||||
|
jarrad,
|
||||||
|
elizabeth,
|
||||||
|
jon,
|
||||||
|
natalia,
|
||||||
|
harmeet,
|
||||||
|
sasha,
|
||||||
|
manuchehr,
|
||||||
|
]
|
||||||
|
|
||||||
Team Lead:
|
Team Lead:
|
||||||
users: [jakub, alex, dan, mike, jason, jarrad, elizabeth, jon, natalia, harmeet, sasha, manuchehr]
|
users:
|
||||||
|
[
|
||||||
|
jakub,
|
||||||
|
alex,
|
||||||
|
dan,
|
||||||
|
mike,
|
||||||
|
jason,
|
||||||
|
jarrad,
|
||||||
|
elizabeth,
|
||||||
|
jon,
|
||||||
|
natalia,
|
||||||
|
harmeet,
|
||||||
|
sasha,
|
||||||
|
manuchehr,
|
||||||
|
]
|
||||||
|
|
||||||
hr:
|
hr:
|
||||||
users: [manuchehr]
|
users: [manuchehr]
|
||||||
|
@ -534,7 +534,7 @@ class ProcessInstanceProcessor:
|
|||||||
if not self.bpmn_process_instance._is_engine_task(task_spec):
|
if not self.bpmn_process_instance._is_engine_task(task_spec):
|
||||||
ready_or_waiting_task.data["current_user"]["id"]
|
ready_or_waiting_task.data["current_user"]["id"]
|
||||||
task_lane = "process_initiator"
|
task_lane = "process_initiator"
|
||||||
if task_spec.lane is not None:
|
if task_spec.lane is not None and task_spec.lane != "":
|
||||||
task_lane = task_spec.lane
|
task_lane = task_spec.lane
|
||||||
|
|
||||||
potential_owner_ids = []
|
potential_owner_ids = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user