@@ -12,6 +12,8 @@ contentgrid:
12
12
allowedOrigins :
13
13
- ' http://${DOCKER_HOST_IP:172.17.0.1}:8085'
14
14
- ' http://${DOCKER_HOST_IP:172.17.0.1}:9085'
15
+ - ' http://localhost:8085'
16
+ - ' http://localhost:9085'
15
17
' [api.contentgrid.com] ' :
16
18
allowedOrigins : ' https://console.contentgrid.com'
17
19
@@ -22,18 +24,30 @@ spring:
22
24
- id : architect
23
25
uri : http://${DOCKER_HOST_IP:172.17.0.1}:8083/
24
26
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 /
28
30
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/**
30
44
security :
31
45
oauth2 :
32
46
client :
33
47
provider :
34
48
keycloak :
35
49
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
37
51
registration :
38
52
keycloak :
39
53
client-id : contentcloud-gateway
@@ -45,4 +59,4 @@ spring:
45
59
46
60
resourceserver :
47
61
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