Skip to content

Commit 9cc488b

Browse files
author
Frederic Mercier
committed
typo + add useSystemPropertiesForHttpClientConnections="true"
1 parent a43ac34 commit 9cc488b

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

authentication/README.md

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ If needed, add other domains (eg. the enterprise portal). `OPENID_ALLOWED_DOMAIN
150150
## #4 Authorization issue
151151
### 4.1) Symptoms
152152
153-
- You have the `rtcAdministrator` role but the `Administration` tab is not displayed in the Business Console,
153+
- You have the `rtsAdministrator` role but the `Administration` tab is not displayed in the Business Console,
154154
- or you cannot log in the Business Console at all (if the Helm chart parameter `decisionCenter.disableAllAuthenticatedUser` is set to `true`),
155155
- or you have at least the `rtsMonitor` role, but you are unable to log in the RES console.
156156
@@ -308,24 +308,26 @@ The solution is to define the hostname, port, username and password of the proxy
308308
```
309309
This needs to be done for each ODM component as the JVM parameters are individually defined for each ODM component.
310310
311-
For each ODM component:
311+
- For each ODM component:
312312
313-
1. Retrieve the default JVM parameters from the ConfigMap automatically created and named `<RELEASE_NAME>-odm-<COMPONENT>-jvm-options-configmap` where `<COMPONENT>` is either `dc`, `dr`, `ds-console` or `ds-runtime`:
314-
```
315-
kubectl get configmap <RELEASE_NAME>-odm-<COMPONENT>-jvm-options-configmap -o yaml > <COMPONENT>-jvm-options.yaml
316-
```
313+
1. Retrieve the default JVM parameters from the ConfigMap automatically created and named `<RELEASE_NAME>-odm-<COMPONENT>-jvm-options-configmap` where `<COMPONENT>` is either `dc`, `dr`, `ds-console` or `ds-runtime`:
314+
```
315+
kubectl get configmap <RELEASE_NAME>-odm-<COMPONENT>-jvm-options-configmap -o yaml > <COMPONENT>-jvm-options.yaml
316+
```
317317
318-
1. Edit the .yaml file to add the new JVM parameters above, and change its name to `my-odm-<COMPONENT>-jvm-options-configmap` for instance:
319-
```
320-
kubectl apply -f <COMPONENT>-jvm-options.yaml
321-
```
318+
1. Edit the .yaml file to add the new JVM parameters above, and change its name to `my-odm-<COMPONENT>-jvm-options-configmap` for instance:
319+
```
320+
kubectl apply -f <COMPONENT>-jvm-options.yaml
321+
```
322322
323-
1. Set the Helm chart parameter `jvmOptionsRef` for the ODM component:
323+
1. Set the Helm chart parameter `jvmOptionsRef` for the ODM component:
324324
325-
For instance, for Decision Center:
326-
```
327-
decisionCenter:
328-
jvmOptionsRef: my-odm-dc-jvm-options-configmap
329-
```
325+
For instance, for Decision Center:
326+
```
327+
decisionCenter:
328+
jvmOptionsRef: my-odm-dc-jvm-options-configmap
329+
```
330+
331+
- Add `useSystemPropertiesForHttpClientConnections="true"` in `openIdWebSecurity.xml` and update the secret that contains that file.
330332
331-
Then redeploy the chart.
333+
- Then redeploy the chart.

0 commit comments

Comments
 (0)