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

OZG-2887 Usermanager URL Config Parameter nach kop-user-manager.url

umbenannt
parent c524fa10
Branches
Tags
No related merge requests found
...@@ -39,7 +39,7 @@ public class RootController { ...@@ -39,7 +39,7 @@ public class RootController {
static final String REL_DOWNLOAD_TOKEN = "downloadToken"; static final String REL_DOWNLOAD_TOKEN = "downloadToken";
static final String REL_CURRENT_USER = "currentUser"; static final String REL_CURRENT_USER = "currentUser";
private static final String userManagerHealthPath = "/q/health"; private static final String userManagerHealthPath = "/q/health"; // NOSONAR
@Autowired(required = false) @Autowired(required = false)
public BuildProperties buildProperties; public BuildProperties buildProperties;
...@@ -48,7 +48,7 @@ public class RootController { ...@@ -48,7 +48,7 @@ public class RootController {
@Autowired @Autowired
private RestTemplate restTemplate; private RestTemplate restTemplate;
@Value("${goofy.user-manager.url}") @Value("${kop.user-manager.url}")
private String userManagerUrl; private String userManagerUrl;
@GetMapping @GetMapping
......
...@@ -5,8 +5,6 @@ logging: ...@@ -5,8 +5,6 @@ logging:
goofy: goofy:
production: false production: false
user-manager:
url: http://localhost:9092
keycloak: keycloak:
auth-server-url: http://localhost:8088/auth auth-server-url: http://localhost:8088/auth
...@@ -16,3 +14,7 @@ keycloak: ...@@ -16,3 +14,7 @@ keycloak:
server: server:
error: error:
include-stacktrace: always include-stacktrace: always
kop:
user-manager:
url: http://localhost:9092
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment