Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
alfa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
app
alfa
Commits
37b96508
Commit
37b96508
authored
2 years ago
by
OZGCloud
Browse files
Options
Downloads
Patches
Plain Diff
OZG-2887 Usermanager URL Config Parameter nach kop-user-manager.url
umbenannt
parent
c524fa10
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
goofy-server/src/main/java/de/itvsh/goofy/RootController.java
+2
-2
2 additions, 2 deletions
...y-server/src/main/java/de/itvsh/goofy/RootController.java
goofy-server/src/main/resources/application-local.yml
+6
-4
6 additions, 4 deletions
goofy-server/src/main/resources/application-local.yml
with
8 additions
and
6 deletions
goofy-server/src/main/java/de/itvsh/goofy/RootController.java
+
2
−
2
View file @
37b96508
...
...
@@ -39,7 +39,7 @@ public class RootController {
static
final
String
REL_DOWNLOAD_TOKEN
=
"downloadToken"
;
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
)
public
BuildProperties
buildProperties
;
...
...
@@ -48,7 +48,7 @@ public class RootController {
@Autowired
private
RestTemplate
restTemplate
;
@Value
(
"${
goofy
.user-manager.url}"
)
@Value
(
"${
kop
.user-manager.url}"
)
private
String
userManagerUrl
;
@GetMapping
...
...
This diff is collapsed.
Click to expand it.
goofy-server/src/main/resources/application-local.yml
+
6
−
4
View file @
37b96508
...
...
@@ -5,8 +5,6 @@ logging:
goofy
:
production
:
false
user-manager
:
url
:
http://localhost:9092
keycloak
:
auth-server-url
:
http://localhost:8088/auth
...
...
@@ -16,3 +14,7 @@ keycloak:
server
:
error
:
include-stacktrace
:
always
kop
:
user-manager
:
url
:
http://localhost:9092
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment