|
|
@@ -24,8 +24,8 @@ spring:
|
|
|
security:
|
|
|
oauth2:
|
|
|
client:
|
|
|
- accessTokenUri: ${security.server.url:http://localhost:8082}/oauth/access_token
|
|
|
- userAuthorizationUri: ${security.server.url:http://localhost:8082}/oauth/authorize
|
|
|
+ accessTokenUri: ${crss.security.url}/oauth/access_token
|
|
|
+ userAuthorizationUri: ${crss.security.url}/oauth/authorize
|
|
|
clientId: crss
|
|
|
clientSecret: crsssecret
|
|
|
authorized-grant-types: authorization_code,refresh_token,password
|
|
|
@@ -33,7 +33,7 @@ security:
|
|
|
access-token-validity-seconds: 3600
|
|
|
resource:
|
|
|
filter-order: 3
|
|
|
- userInfoUri: ${security.server.url:http://localhost:8082}/user
|
|
|
+ userInfoUri: ${crss.security.url}/user
|
|
|
|
|
|
server:
|
|
|
undertow:
|
|
|
@@ -57,4 +57,5 @@ graylog:
|
|
|
host: logginggraylog.marathon.l4lb.thisdcos.directory
|
|
|
|
|
|
crss:
|
|
|
- api.gateway: http://crssapplication-main-ui.marathon.l4lb.thisdcos.directory:8080
|
|
|
+ api.gateway: http://crssapplication-main-ui.marathon.l4lb.thisdcos.directory:8080
|
|
|
+ security.url: ${crss.api.gateway}/admin
|