66---
77# Graph Insights
88
9-
10- ## Resource consideration
11-
12- Please refer to [ Graph Insights Sizing] ( ../../../deploy-and-configure/requirements/graph-insights-sizing.md ) for more
13- information.
14-
15-
169## Enable Graph Insights
1710
1811### (a) Enable in docker-compose deployment
@@ -61,7 +54,7 @@ Please refer to [Kubernetes deployments](../../../deploy-and-configure/installat
6154for more information.
6255
6356
64- # ## Activate and verify the installation
57+ # # Activate and verify the installation
6558
6659Fist you have enable the Graph Insight in your Explore workspace. By default ist is disabled.
6760
@@ -230,6 +223,11 @@ logging:
230223
231224` ` `
232225
226+ # ## Resource consideration
227+
228+ Please refer to [Graph Insights Sizing](../../../deploy-and-configure/requirements/graph-insights-sizing.md) for more
229+ information.
230+
233231
234232# ## OAuth configuration
235233
@@ -303,12 +301,14 @@ global:
303301If you start Corporate Memory for the first time, the separate clients are already created when starting the
304302Postgresql container.
305303However, regenerating a new client secret is advisable :
306- - Select the `eccenca Corporate Memory`-realm
307- - Select `Clients`
308- - Select the client `graph-insights-service-account`.
309- - Select the tab `Credentials`
310- - Press `Regenerate`
311- - Then copy the new secret and fill in the values from above.
304+
305+ - Select the `eccenca Corporate Memory`-realm
306+ - Select `Clients`
307+ - Select the client `graph-insights-service-account`.
308+ - Select the tab `Credentials`
309+ - Press `Regenerate`
310+ - Then copy the new secret and fill in the values from above.
311+
312312
313313
314314Also have a look below and check if your
@@ -327,11 +327,12 @@ You would follow the same steps as in
327327differently, e.g. as above.
328328In addition, on last step is missing : To have the logout working properly you have to add a client Backchannel logout
329329URL for the client ment for browser authentication (`graph-insights`) :
330- - Select the `eccenca Corporate Memory`-realm
331- - Select `Clients`
332- - Select the client `graph-insights`.
333- - Scroll down to this section and add this : ` https://<your-deploy-host>/graphinsights/logout/connect/back-channel/keycloak`
330+
331+ - Select the `eccenca Corporate Memory`-realm
332+ - Select `Clients`
333+ - Select the client `graph-insights`.
334+ - Scroll down to this section and add this : ` https://<your-deploy-host>/graphinsights/logout/connect/back-channel/keycloak`
335+
334336
335337
336338
337- Thats all, you are all set.
0 commit comments