Skip to content

Commit 4603985

Browse files
committed
add values from contentgrid-compose to application-compose.yml
1 parent 316c4ba commit 4603985

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

src/main/resources/application-console.yml

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ contentgrid:
1212
allowedOrigins:
1313
- 'http://${DOCKER_HOST_IP:172.17.0.1}:8085'
1414
- 'http://${DOCKER_HOST_IP:172.17.0.1}:9085'
15+
- 'http://localhost:8085'
16+
- 'http://localhost:9085'
1517
'[api.contentgrid.com]':
1618
allowedOrigins: 'https://console.contentgrid.com'
1719

@@ -22,18 +24,30 @@ spring:
2224
- id: architect
2325
uri: http://${DOCKER_HOST_IP:172.17.0.1}:8083/
2426
predicates:
25-
- Path=/,/orgs/**,/projects/**,/users/**,/blueprints/**,/datamodel/**
26-
- id: console
27-
uri: http://${DOCKER_HOST_IP:172.17.0.1}:9085/
27+
- Path=/,/orgs/**,/users/**,/permalink/**,/authorize/**
28+
- id: scribe
29+
uri: http://${DOCKER_HOST_IP:172.17.0.1}:8084/
2830
predicates:
29-
- Path=/**
31+
- Path=/codegen/**
32+
- id: captain
33+
uri: http://${DOCKER_HOST_IP:172.17.0.1}:8086/
34+
predicates:
35+
- Path=/applications,/applications/**,/deployments/**,/artifacts/**,/zones/**,/iam/**,/services/**
36+
- id: herald
37+
uri: http://${DOCKER_HOST_IP:172.17.0.1}:8088/
38+
predicates:
39+
- Path=/invitations,/invitations/**,/invitation-static/**
40+
- id: assistant
41+
uri: http://${DOCKER_HOST_IP:172.17.0.1}:5002/
42+
predicates:
43+
- Path=/assistant,/assistant/**
3044
security:
3145
oauth2:
3246
client:
3347
provider:
3448
keycloak:
3549
user-name-attribute: preferred_username
36-
issuer-uri: https://auth.content-cloud.eu/realms/contentcloud-dev
50+
issuer-uri: http://${DOCKER_HOST_IP:172.17.0.1}:8082/realms/contentgrid-dev
3751
registration:
3852
keycloak:
3953
client-id: contentcloud-gateway
@@ -45,4 +59,4 @@ spring:
4559

4660
resourceserver:
4761
jwt:
48-
issuer-uri: https://auth.content-cloud.eu/realms/contentcloud-dev
62+
issuer-uri: http://${DOCKER_HOST_IP:172.17.0.1}:8082/realms/contentgrid-dev

0 commit comments

Comments
 (0)