You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| runtime.debug.port | int |`1044`| Port where the debuggee can connect to. |
92
86
| runtime.debug.suspendOnStart | bool |`false`| Defines if the JVM should wait with starting the application until someone connected to the debugging port. |
93
-
| runtime.endpoints | object |`{"catalog":{"authKey":"password","path":"/catalog","port":8085},"control":{"path":"/control","port":8083},"default":{"path":"/api","port":8080},"management":{"authKey":"password","jwksUrl":null,"path":"/management","port":8081},"protocol":{"path":"/api/v1/dsp","port":8084},"proxy":{"authKey":"password","path":"/proxy","port":8186},"public":{"path":"/api/public","port":8086}}`| endpoints of the controlplane |
94
-
| runtime.endpoints.catalog.authKey | string |`"password"`| authentication key, must be attached to each request as `X-Api-Key` header |
| runtime.endpoints.catalog.port | int |`8085`| port for incoming catalog cache query requests |
87
+
| runtime.endpoints | object |`{"control":{"path":"/control","port":8083},"default":{"path":"/api","port":8080},"management":{"authKey":"password","jwksUrl":null,"path":"/management","port":8081},"protocol":{"path":"/api/v1/dsp","port":8084},"proxy":{"authKey":"password","path":"/proxy","port":8186},"public":{"path":"/api/public","port":8086}}`| endpoints of the controlplane |
97
88
| runtime.endpoints.control | object |`{"path":"/control","port":8083}`| control api, used for internal control calls. can be added to the internal ingress, but should probably not |
98
89
| runtime.endpoints.control.path | string |`"/control"`| path for incoming api calls |
99
90
| runtime.endpoints.control.port | int |`8083`| port for incoming api calls |
| controlplane.autoscaling.targetMemoryUtilizationPercentage | int |`80`| targetAverageUtilization of memory provided to a pod |
72
72
| controlplane.bdrs.cache_validity_seconds | int |`600`| Time that a cached BPN/DID resolution map is valid in seconds, default is 600 seconds (10 min) |
73
73
| controlplane.bdrs.server.url | string |`nil`| URL of the BPN/DID Resolution Service |
74
-
| controlplane.catalog | object |`{"crawler":{"initialDelay":null,"num":null,"period":null,"targetsFile":null},"enabled":false}`| configuration for the built-in federated catalog crawler |
75
-
| controlplane.catalog.crawler.initialDelay | string |`nil`| Initial delay for the crawling to start. Leave blank for a random delay |
76
-
| controlplane.catalog.crawler.num | string |`nil`| Number of desired crawlers. Final number might be different, based on number of crawl targets |
77
-
| controlplane.catalog.crawler.period | string |`nil`| Period between two crawl runs in seconds. Default is 60 seconds. |
78
-
| controlplane.catalog.crawler.targetsFile | string |`nil`| File path to a JSON file containing TargetNode entries |
79
-
| controlplane.catalog.enabled | bool |`false`| Flag to globally enable/disable the FC feature |
| controlplane.debug.port | int |`1044`| Port where the debuggee can connect to. |
82
76
| controlplane.debug.suspendOnStart | bool |`false`| Defines if the JVM should wait with starting the application until someone connected to the debugging port. |
83
-
| controlplane.endpoints | object |`{"catalog":{"authKey":"password","path":"/catalog","port":8085},"control":{"path":"/control","port":8083},"default":{"path":"/api","port":8080},"management":{"authKey":"password","jwksUrl":null,"path":"/management","port":8081},"metrics":{"path":"/metrics","port":9090},"protocol":{"path":"/api/v1/dsp","port":8084}}`| endpoints of the control plane |
84
-
| controlplane.endpoints.catalog.authKey | string |`"password"`| authentication key, must be attached to each request as `X-Api-Key` header |
| controlplane.endpoints.catalog.port | int |`8085`| port for incoming catalog cache query requests |
77
+
| controlplane.endpoints | object |`{"control":{"path":"/control","port":8083},"default":{"path":"/api","port":8080},"management":{"authKey":"password","jwksUrl":null,"path":"/management","port":8081},"metrics":{"path":"/metrics","port":9090},"protocol":{"path":"/api/v1/dsp","port":8084}}`| endpoints of the control plane |
87
78
| controlplane.endpoints.control | object |`{"path":"/control","port":8083}`| control api, used for internal control calls. can be added to the internal ingress, but should probably not |
88
79
| controlplane.endpoints.control.path | string |`"/control"`| path for incoming api calls |
89
80
| controlplane.endpoints.control.port | int |`8083`| port for incoming api calls |
0 commit comments