From b33b22c9c7592f8ef89ff0220921dbbfe3bbda49 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Wed, 19 Oct 2022 20:23:26 +0200
Subject: [PATCH] OZG-2904 removed additional /auth from appliction.yml and
 values files

---
 .../apps/goofy-e2e/deployment-values/goofy/ea-values.yaml       | 2 +-
 goofy-client/apps/goofy-e2e/deployment-values/goofy/values.yaml | 2 +-
 goofy-server/src/main/resources/application-dev.yml             | 2 +-
 goofy-server/src/main/resources/application-local.yml           | 2 +-
 goofy-server/src/main/resources/application-remotekc.yml        | 2 +-
 goofy-server/src/main/resources/application.yml                 | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/goofy-client/apps/goofy-e2e/deployment-values/goofy/ea-values.yaml b/goofy-client/apps/goofy-e2e/deployment-values/goofy/ea-values.yaml
index 0f0c380e77..0f6ecd3614 100644
--- a/goofy-client/apps/goofy-e2e/deployment-values/goofy/ea-values.yaml
+++ b/goofy-client/apps/goofy-e2e/deployment-values/goofy/ea-values.yaml
@@ -1,5 +1,5 @@
 sso:
-  serverUrl: 'https://sso.dev.ozg-sh.de/auth'
+  serverUrl: 'https://sso.dev.ozg-sh.de'
   role_einheitlicher_ansprechpartner: true
   apiPassword: "Goofy1234!"
 env:
diff --git a/goofy-client/apps/goofy-e2e/deployment-values/goofy/values.yaml b/goofy-client/apps/goofy-e2e/deployment-values/goofy/values.yaml
index cf6d7c3b88..7d0546b348 100644
--- a/goofy-client/apps/goofy-e2e/deployment-values/goofy/values.yaml
+++ b/goofy-client/apps/goofy-e2e/deployment-values/goofy/values.yaml
@@ -1,5 +1,5 @@
 sso:
-  serverUrl: 'https://sso.dev.ozg-sh.de/auth'
+  serverUrl: 'https://sso.dev.ozg-sh.de'
   apiPassword: "Goofy1234!"
 env:
   overrideSpringProfiles: 'oc, dev, e2e'
diff --git a/goofy-server/src/main/resources/application-dev.yml b/goofy-server/src/main/resources/application-dev.yml
index f71d1f3473..2e7f1d297f 100644
--- a/goofy-server/src/main/resources/application-dev.yml
+++ b/goofy-server/src/main/resources/application-dev.yml
@@ -2,7 +2,7 @@ goofy:
   production: false
 
 keycloak:
-  auth-server-url: https://sso.dev.ozg-sh.de/auth
+  auth-server-url: https://sso.dev.ozg-sh.de
   realm: sh-kiel-dev
   resource: sh-kiel-dev-goofy
 
diff --git a/goofy-server/src/main/resources/application-local.yml b/goofy-server/src/main/resources/application-local.yml
index e31341b537..1f643e5040 100644
--- a/goofy-server/src/main/resources/application-local.yml
+++ b/goofy-server/src/main/resources/application-local.yml
@@ -7,7 +7,7 @@ goofy:
   production: false
     
 keycloak:
-  auth-server-url: http://localhost:8088/auth
+  auth-server-url: http://localhost:8088
   realm: sh-kiel-dev
   resource: sh-kiel-dev-goofy
 
diff --git a/goofy-server/src/main/resources/application-remotekc.yml b/goofy-server/src/main/resources/application-remotekc.yml
index e14e26cd6c..27d79a2b71 100644
--- a/goofy-server/src/main/resources/application-remotekc.yml
+++ b/goofy-server/src/main/resources/application-remotekc.yml
@@ -1,5 +1,5 @@
 keycloak:
-  auth-server-url: https://sso.dev.ozg-sh.de/auth
+  auth-server-url: https://sso.dev.ozg-sh.de
   
 goofy:
   keycloak:
diff --git a/goofy-server/src/main/resources/application.yml b/goofy-server/src/main/resources/application.yml
index 2e89353325..b6196f3d96 100644
--- a/goofy-server/src/main/resources/application.yml
+++ b/goofy-server/src/main/resources/application.yml
@@ -56,7 +56,7 @@ goofy:
       password:  
       
 keycloak:
-  auth-server-url: http://localhost:8088/auth 
+  auth-server-url: http://localhost:8088
   realm: sh-kiel-dev
   resource: sh-kiel-dev-goofy
   public-client: true
-- 
GitLab