Skip to content
Snippets Groups Projects
Commit f9bfa02c authored by OZGCloud's avatar OZGCloud
Browse files

Merge branch 'master' of git.ozg-sh.de:mgm/goofy

parents 9f70a2b4 bf68a4c3
Branches
Tags
No related merge requests found
...@@ -29,7 +29,8 @@ services: ...@@ -29,7 +29,8 @@ services:
environment: environment:
- GRPC_CLIENT_PLUTO_ADDRESS=static://ozg-pluto:9090 - GRPC_CLIENT_PLUTO_ADDRESS=static://ozg-pluto:9090
- SPRING_PROFILES_ACTIVE=remotekc, e2e - SPRING_PROFILES_ACTIVE=remotekc, e2e
- KOP_USER-MANAGER_URL=http://${DOCKER_GATEWAY_HOST:-host.docker.internal}:9092 - KOP_USER-MANAGER_URL=http://localhost:9092
- KOP_USER-MANAGER_INTERNALURL=http://ozg-usermanager:8080
ports: ports:
- 8080:8080 - 8080:8080
depends_on: depends_on:
......
...@@ -16,7 +16,7 @@ public class InternalUserIdService { ...@@ -16,7 +16,7 @@ public class InternalUserIdService {
private static final String PATH = "/migration/user/{externalUserId}"; // NOSONAR private static final String PATH = "/migration/user/{externalUserId}"; // NOSONAR
@Value("${kop.user-manager.url}") @Value("${kop.user-manager.internalurl}")
private String userManagerUrl; private String userManagerUrl;
private RestTemplate restTemplate = new RestTemplate(); private RestTemplate restTemplate = new RestTemplate();
......
...@@ -8,3 +8,4 @@ kop: ...@@ -8,3 +8,4 @@ kop:
url: classpath:files/LandesnetzInfo.html url: classpath:files/LandesnetzInfo.html
user-manager: user-manager:
url: http://localhost:9092 url: http://localhost:9092
internalurl: http://ozg-usermanager:8080
\ No newline at end of file
...@@ -18,5 +18,6 @@ server: ...@@ -18,5 +18,6 @@ server:
kop: kop:
user-manager: user-manager:
url: http://localhost:9092 url: http://localhost:9092
internalurl: http://localhost:9092
profile-template: /api/userProfiles/%s profile-template: /api/userProfiles/%s
search-template: /api/userProfiles/?searchBy={searchBy} search-template: /api/userProfiles/?searchBy={searchBy}
\ No newline at end of file
...@@ -5,6 +5,7 @@ logging: ...@@ -5,6 +5,7 @@ logging:
kop: kop:
user-manager: user-manager:
url: https://localhost url: https://localhost
internalurl: http://localhost:8080
search-template: /api/userProfiles/?searchBy={searchBy} search-template: /api/userProfiles/?searchBy={searchBy}
profile-template: /api/userProfiles/%s profile-template: /api/userProfiles/%s
upload: upload:
......
...@@ -14,6 +14,7 @@ kop: ...@@ -14,6 +14,7 @@ kop:
validity: 60000 validity: 60000
user-manager: user-manager:
url: https://localhost url: https://localhost
internalurl: http://localhost:8080
search-template: /api/userProfiles/?searchBy={searchBy} search-template: /api/userProfiles/?searchBy={searchBy}
profile-template: /api/userProfiles/%s profile-template: /api/userProfiles/%s
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment