Skip to content

Commit 5044b80

Browse files
authored
DBACLD-160975 [ODM K8S] Validate Instructions for using OKTA Provider… (#223)
* DBACLD-160975 [ODM K8S] Validate Instructions for using OKTA Provider with ODM containers (Helm) Signed-off-by: laurent grateau <laurent.grateau@fr.ibm.com> * Try to fix link checker --------- Signed-off-by: laurent grateau <laurent.grateau@fr.ibm.com>
1 parent 8081461 commit 5044b80

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.md_check_config.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"ignorePatterns": [
33
{
4-
"pattern": "^http://localhost"
4+
"pattern": "^http://localhost",
5+
"pattern": "^https://jwt.io"
56
}
67
],
78
"replacementPatterns": [
@@ -14,8 +15,9 @@
1415
"replacement": "https://ibmdocs-test.dcs.ibm.com/docs"
1516
}
1617
],
18+
1719
"timeout": "20s",
1820
"retryOn429": true,
1921
"retryCount": 5,
2022
"fallbackRetryDelay": "30s"
21-
}
23+
}

authentication/Okta/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -288,10 +288,10 @@ In this step, we augment the token with meta-information that is required by the
288288
```
289289
290290
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)
293291
- 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)
294293
- *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*)
295295
296296
The files are generated into the `output` directory.
297297
@@ -321,15 +321,15 @@ In this step, we augment the token with meta-information that is required by the
321321
```
322322
```
323323
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
325325
```
326326
327327
3. Run the `helm install` command.
328328
329329
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.
330330
331331
```
332-
helm install my-odm-release ibm-helm/ibm-odm-prod --version 24.1.0 \
332+
helm install my-odm-release ibm-helm/ibm-odm-prod --version 25.0.0 \
333333
--set image.repository=cp.icr.io/cp/cp4a/odm --set image.pullSecrets=icregistry-secret \
334334
--set oidc.enabled=true \
335335
--set internalDatabase.persistence.enabled=false \

0 commit comments

Comments
 (0)