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
Copy file name to clipboardExpand all lines: authentication/Okta/README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -288,10 +288,10 @@ In this step, we augment the token with meta-information that is required by the
288
288
```
289
289
290
290
Where:
291
-
- *OKTA_API_SCOPE* has been defined [above](#configure-the-default-authorization-server) (*odmapiusers*)
292
-
- *OKTA_SERVER_NAME* has been obtained from [previous step](#retrieve-okta-server-information)
293
291
- Both *OKTA_CLIENT_ID* and *OKTA_CLIENT_SECRET* are listed in your ODM Application, section **Applications** / **Applications** / **ODM Application** / **General** / **Client Credentials**
292
+
- *OKTA_SERVER_NAME* has been obtained from [previous step](#retrieve-okta-server-information)
294
293
- *OKTA_ODM_GROUP* is the ODM Admin group we created in a [previous step](#manage-group-and-user) (*odm-admin*)
294
+
- *OKTA_API_SCOPE* has been defined [above](#configure-the-default-authorization-server) (*odmapiusers*)
295
295
296
296
The files are generated into the `output` directory.
297
297
@@ -321,15 +321,15 @@ In this step, we augment the token with meta-information that is required by the
321
321
```
322
322
```
323
323
NAME CHART VERSION APP VERSION DESCRIPTION
324
-
ibm-helm/ibm-odm-prod 24.1.0 9.0.0.1 IBM Operational Decision Manager
324
+
ibm-helm/ibm-odm-prod 25.0.0 9.5.0.0 IBM Operational Decision Manager
325
325
```
326
326
327
327
3. Run the `helm install` command.
328
328
329
329
You can now install the product. We will use the PostgreSQL internal database and disable the data persistence (`internalDatabase.persistence.enabled=false`) to avoid any platform complexity concerning persistent volume allocation.
0 commit comments