From e12f87fd855a44b05c09d4dfa44a7907f168d60a Mon Sep 17 00:00:00 2001 From: dcore94 Date: Fri, 16 Apr 2021 16:49:16 +0200 Subject: [PATCH] use oauth2 enabled image for conductor-ui --- local-site/conductor.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/local-site/conductor.yaml b/local-site/conductor.yaml index 636a9f0..bc1b03d 100644 --- a/local-site/conductor.yaml +++ b/local-site/conductor.yaml @@ -63,7 +63,8 @@ services: environment: - WF_SERVER=http://conductor-server:8080/api/ - AUTH_CONFIG_PATH=/app/config/auth.config - image: nubisware/conductor-ui + #image: nubisware/conductor-ui + image: nubisware/conductor-ui_oauth2:2.31 networks: - conductor-network configs: