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
@@ -84,28 +84,24 @@ Then you are able to create a snapshot, send it to Graph Insights and select the
84
84
85
85
## Configuration
86
86
87
-
This section explains the basic configuration of Graph Insights. Since Graph Insights is an application integrated
88
-
into explore, we need to have to configure Explore for the integration and Graph Insights as application itself.
87
+
This section explains the basic configuration of Graph Insights.
88
+
Since Graph Insights is an application integrated into explore, we need to configure Explore for the integration and Graph Insights as application itself.
89
89
90
90
The following chapters explain the configuration in case you want to change the default behavior.
91
91
92
-
While the extension in the docker-orchestration it is enabled through Spring profiles, we just use the benefits of
93
-
templating in helm and only use one profile.
92
+
While the extension in the docker-orchestration is enabled through Spring profiles, we just use the benefits of templating in helm and only use one profile.
94
93
95
-
This is why the configuration differs in both deployments, but we tried to use the same variable names and configuration
96
-
snippets.
94
+
This is why the configuration differs in both deployments, but we tried to use the same variable names and configuration snippets.
97
95
98
96
### Explore configuration
99
97
100
98
In our **docker-orchestration** you find the file which is loaded as `graphinsight` profile
101
99
at `conf/explore/application-graphinsights.yml`.
102
100
Environment variables as usual can be found in `environments/default.env` and `environments/config.env`.
103
101
Sizing can be changed in the loaded memory profile, e.g. at `environments/config.mem.16g.env`.
104
-
The deployment definition for explore with the extension is defined `extensions/docker-compose.graphinsights.yml`
105
-
in the explore service.
102
+
The deployment definition for explore with the extension is defined in `extensions/docker-compose.graphinsights.yml` in the explore service.
106
103
107
-
In **helm deployments** you find the needed section inside the `.Values.graphinsights.enabled` in file
108
-
at `configuration-files/explore-application.yml`, where most of the configuration is inserted with GO-templates.
104
+
In **helm deployments** you find the needed section inside the `.Values.graphinsights.enabled` block in the file at `configuration-files/explore-application.yml`, where most of the configuration is inserted with GO-templates.
109
105
Some environment variables are set in the `value.yaml` and rendered in a ConfigMap `templates/explore-configmap.yaml`.
110
106
111
107
``` yaml
@@ -134,16 +130,14 @@ semspect:
134
130
135
131
### Graph Insights configuration
136
132
137
-
Graph Insights, like Explore, is a Spring Boot application, so it gets configured with environment variables and a YAML
138
-
file.
133
+
Graph Insights, like Explore, is a Spring Boot application, so it gets configured with environment variables and a YAML file.
139
134
140
135
In our **docker-orchestration** you find the file at `conf/graphinsights/cmem.integration.config.yml`.
141
136
Environment variables as usual can be found in `environments/default.env` and `environments/config.env`.
142
137
Sizing can be changed in the loaded memory profile, e.g. at `environments/config.mem.16g.env`.
143
-
The deployment definition of the extension is defined `extensions/docker-compose.graphinsights.yml`.
138
+
The deployment definition of the extension is defined in `extensions/docker-compose.graphinsights.yml`.
144
139
145
-
In **helm deployments** you find the file at `configuration-files/cmem.integration.config.yml`, which is rendered as
146
-
ConfigMap and then mounted into the Graph Insight StatefulSet.
140
+
In **helm deployments** you find the file at `configuration-files/cmem.integration.config.yml`, which is rendered as a ConfigMap and then mounted into the Graph Insights StatefulSet.
147
141
Environment variables are set in the `value.yaml` and rendered in a ConfigMap `templates/graphinsights-configmap.yaml`.
148
142
Sizing regarding memory, CPU or disk usage are configured in the `value.yaml`.
149
143
@@ -194,7 +188,7 @@ spring.security.oauth2:
194
188
resourceserver:
195
189
jwt:
196
190
jwk-set-uri: "${OAUTH_JWK_SET_URL}"
197
-
# semspect backend for frontent as oauth2client
191
+
# semspect backend for frontend as oauth2client
198
192
# To enable SLO add this as back-channel logout uri to the client semspect uses:
#### Set Backchannel logout URL for Graph Insights
338
332
339
-
You would follow the same steps as in
340
-
[Keycloak Client configuration](../../../deploy-and-configure/configuration/keycloak/index.md) but name them
341
-
differently, e.g. as above.
342
-
In addition, on last step is missing: To have the logout working properly you have to add a client Backchannel logout
343
-
URL for the client ment for browser authentication (`graph-insights`):
333
+
You would follow the same steps as in [Keycloak Client configuration](../../../deploy-and-configure/configuration/keycloak/index.md) but name them differently, e.g. as above.
334
+
In addition, one last step is missing: To have the logout working properly you have to add a client Backchannel logout URL for the client meant for browser authentication (`graph-insights`):
0 commit comments