Skip to content

Commit 7e12439

Browse files
idm12c_25.3.1_docupdate (#253)
1 parent 5359011 commit 7e12439

File tree

25 files changed

+111
-64
lines changed

25 files changed

+111
-64
lines changed

docs-source/content/idm-products/oam/create-oam-domains/create-oam-domains-using-wdt-models.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ In this section you generate the required WDT models for the OAM domain, along w
303303
```
304304
domainUID: accessdomain
305305
domainHome: /u01/oracle/user_projects/domains/accessdomain
306-
image: container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8-<April'25>
306+
image: container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8-<July'25>
307307
imagePullSecretName: orclcred
308308
logHome: /u01/oracle/user_projects/domains/logs/accessdomain
309309
namespace: oamns
@@ -379,7 +379,7 @@ In this section you generate the required WDT models for the OAM domain, along w
379379
export datasourceType="generic"
380380
export edgInstall="false"
381381
export domainHome="/u01/oracle/user_projects/domains/accessdomain"
382-
export image="container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8-<April'25>"
382+
export image="container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8-<July'25>"
383383
export imagePullSecretName="orclcred"
384384
export logHome="/u01/oracle/user_projects/domains/logs/accessdomain"
385385
export exposeAdminT3Channel="false"
@@ -743,7 +743,7 @@ In this section you modify the `domain.yaml` file in preparation for creating th
743743
domainHomeSourceType: PersistentVolume
744744

745745
# The WebLogic Server image that the Operator uses to start the domain
746-
image: "container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8-<April'25>"
746+
image: "container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8-<July'25>"
747747

748748
# imagePullPolicy defaults to "Always" if image version is :latest
749749
imagePullPolicy: IfNotPresent
@@ -781,7 +781,7 @@ In this section you modify the `domain.yaml` file in preparation for creating th
781781
domainHomeSourceType: PersistentVolume
782782

783783
# The WebLogic Server image that the Operator uses to start the domain
784-
image: "container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8-<April'25>"
784+
image: "container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8-<July'25>"
785785

786786
# imagePullPolicy defaults to "Always" if image version is :latest
787787
imagePullPolicy: IfNotPresent
@@ -823,7 +823,7 @@ In this section you modify the `domain.yaml` file in preparation for creating th
823823
#DO NOT CHANGE THE NAME OF THIS INIT CONTAINER
824824
- name: compat-connector-init
825825
# OAM Product image, same as spec.image mentioned above
826-
image: "container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8-<April'25>"
826+
image: "container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8-<July'25>"
827827
imagePullPolicy: IfNotPresent
828828
command: [ "/bin/bash", "-c", "mkdir -p /u01/oracle/user_projects/domains/wdt-logs"]
829829
volumeMounts:
@@ -1273,7 +1273,7 @@ In this section you deploy the OAM domain using the `domain.yaml`.
12731273
Failure Retry Interval Seconds: 120
12741274
Failure Retry Limit Minutes: 1440
12751275
Http Access Log In Log Home: true
1276-
Image: container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8-<April'25>
1276+
Image: container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8-<July'25>
12771277
Image Pull Policy: IfNotPresent
12781278
Image Pull Secrets:
12791279
Name: orclcred
@@ -1298,7 +1298,7 @@ In this section you deploy the OAM domain using the `domain.yaml`.
12981298
/bin/bash
12991299
-c
13001300
mkdir -p /u01/oracle/user_projects/domains/wdt-logs
1301-
Image: container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8-<April'25>
1301+
Image: container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8-<July'25>
13021302
Image Pull Policy: IfNotPresent
13031303
Name: compat-connector-init
13041304
Volume Mounts:

docs-source/content/idm-products/oam/create-oam-domains/create-oam-domains-using-wlst.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The sample scripts for Oracle Access Management domain deployment are available
6565
```bash
6666
domainUID: accessdomain
6767
domainHome: /u01/oracle/user_projects/domains/accessdomain
68-
image: container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8-<April'25>
68+
image: container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8-<July'25>
6969
imagePullSecretName: orclcred
7070
weblogicCredentialsSecretName: accessdomain-credentials
7171
logHome: /u01/oracle/user_projects/domains/logs/accessdomain
@@ -164,7 +164,7 @@ generated artifacts:
164164
export initialManagedServerReplicas="2"
165165
export managedServerNameBase="oam_server"
166166
export managedServerPort="14100"
167-
export image="container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8-<April'25>"
167+
export image="container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8-<July'25>"
168168
export imagePullPolicy="IfNotPresent"
169169
export imagePullSecretName="orclcred"
170170
export productionModeEnabled="true"
@@ -558,7 +558,7 @@ By default, the java memory parameters assigned to the oam_server cluster are ve
558558
Failure Retry Interval Seconds: 120
559559
Failure Retry Limit Minutes: 1440
560560
Http Access Log In Log Home: true
561-
Image: container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8-<April'25>
561+
Image: container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8-<July'25>
562562
Image Pull Policy: IfNotPresent
563563
Image Pull Secrets:
564564
Name: orclcred

docs-source/content/idm-products/oam/introduction/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The main benefits of WDT are:
3737

3838
### Current production release
3939

40-
The current production release for the Oracle Access Management domain deployment on Kubernetes is [25.2.1](https://github.com/oracle/fmw-kubernetes/releases). This release uses the WebLogic Kubernetes Operator version 4.2.10.
40+
The current production release for the Oracle Access Management domain deployment on Kubernetes is [25.3.1](https://github.com/oracle/fmw-kubernetes/releases). This release uses the WebLogic Kubernetes Operator version 4.2.10.
4141

4242
For 4.1.X WebLogic Kubernetes Operator refer to [Version 24.4.1](https://oracle.github.io/fmw-kubernetes/24.4.1/idm-products/oam/)
4343

@@ -74,6 +74,7 @@ If you intend to use Oracle HTTP Server (OHS) and Oracle WebGate, and want to de
7474

7575
To view documentation for an earlier release, see:
7676

77+
* [Version 25.2.1](https://oracle.github.io/fmw-kubernetes/25.2.1/idm-products/oam/)
7778
* [Version 25.1.1](https://oracle.github.io/fmw-kubernetes/25.1.1/idm-products/oam/)
7879
* [Version 24.4.1](https://oracle.github.io/fmw-kubernetes/24.4.1/idm-products/oam/)
7980
* [Version 24.3.1](https://oracle.github.io/fmw-kubernetes/24.3.1/idm-products/oam/)

docs-source/content/idm-products/oam/prepare-your-environment/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The OAM Kubernetes deployment requires access to an OAM container image. The ima
6969
#### Prebuilt OAM container image
7070

7171

72-
The prebuilt OAM April 2025 container image can be downloaded from [Oracle Container Registry](https://container-registry.oracle.com). This image is prebuilt by Oracle and includes Oracle Access Management 12.2.1.4.0, the April Patch Set Update (PSU) and other fixes released with the Critical Patch Update (CPU) program.
72+
The prebuilt OAM July 2025 container image can be downloaded from [Oracle Container Registry](https://container-registry.oracle.com). This image is prebuilt by Oracle and includes Oracle Access Management 12.2.1.4.0, the July Patch Set Update (PSU) and other fixes released with the Critical Patch Update (CPU) program.
7373

7474
**Note**: Before using this image you must login to [Oracle Container Registry](https://container-registry.oracle.com), navigate to `Middleware` > `oam_cpu` and accept the license agreement.
7575

@@ -426,7 +426,7 @@ Before following the steps in this section, make sure that the database and list
426426
For example:
427427

428428
```bash
429-
$ kubectl run --image=container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8-<April'25> --image-pull-policy="IfNotPresent" --overrides='{"apiVersion": "v1","spec":{"imagePullSecrets": [{"name": "orclcred"}]}}' helper -n oamns -- sleep infinity
429+
$ kubectl run --image=container-registry.oracle.com/middleware/oam_cpu:12.2.1.4-jdk8-ol8-<July'25> --image-pull-policy="IfNotPresent" --overrides='{"apiVersion": "v1","spec":{"imagePullSecrets": [{"name": "orclcred"}]}}' helper -n oamns -- sleep infinity
430430
```
431431
432432
If you are not using a container registry and have loaded the image on each of the worker nodes, run the following command:
@@ -438,7 +438,7 @@ Before following the steps in this section, make sure that the database and list
438438
For example:
439439
440440
```bash
441-
$ kubectl run helper --image oracle/oam:12.2.1.4-jdk8-ol8-<April'25> -n oamns -- sleep infinity
441+
$ kubectl run helper --image oracle/oam:12.2.1.4-jdk8-ol8-<July'25> -n oamns -- sleep infinity
442442
```
443443

444444
The output will look similar to the following:

docs-source/content/idm-products/oam/release-notes/_index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,21 @@ Review the latest changes and known issues for Oracle Access Management 12.2.1.4
1010

1111
| Date | Version | Change |
1212
| --- | --- | --- |
13+
| July, 2025 | 25.3.1 | Supports Oracle Access Management 12.2.1.4 domain deployment using the July 2025 container image which contains the July Patch Set Update (PSU) and other fixes released with the Critical Patch Update (CPU) program.|
14+
| | | This release contains no changes other than support for the July Patch Set Update.
15+
| | | If upgrading to July 25 (25.3.1) from January 25 (25.1.1) or later, you must upgrade the following in order:
16+
| | | 1. Patch the OAM container image to July 25|
17+
| | | 2. If you are upgrading to Kubernetes 1.29 or later, you must upgrade the ingress. See [Upgrading the ingress](../patch-and-upgrade/upgrade-an-ingress).
18+
| | | If upgrading to July 25 (25.3.1) from October 22 (22.4.1) or later, you must upgrade the following in order:
19+
| | | 1. WebLogic Kubernetes Operator to 4.2.10|
20+
| | | 2. Patch the OAM container image to July 25|
21+
| | | 3. If you are upgrading to Kubernetes 1.29 or later, you must upgrade the ingress. See [Upgrading the ingress](../patch-and-upgrade/upgrade-an-ingress).
22+
| | | If upgrading to July 25 (25.3.1) from a release prior to October 22 (22.4.1), you must upgrade the following in order:
23+
| | | 1. WebLogic Kubernetes Operator to 4.2.10|
24+
| | | 2. Patch the OAM container image to July 25|
25+
| | | 3. Upgrade the Ingress|
26+
| | | 4. Upgrade Elasticsearch and Kibana|
27+
| | | See [Patch and Upgrade](../patch-and-upgrade) for these instructions.
1328
| April, 2025 | 25.2.1 | Supports Oracle Access Management 12.2.1.4 domain deployment using the April 2025 container image which contains the April Patch Set Update (PSU) and other fixes released with the Critical Patch Update (CPU) program.|
1429
| | | This release contains no changes other than support for the April Patch Set Update.
1530
| | | If upgrading to April 25 (25.2.1) from January 25 (25.1.1), you must upgrade the following in order:

docs-source/content/idm-products/oig/configure-design-console/using-the-design-console-with-nginx-non-ssl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ The Design Console can be run from a container using X windows emulation.
206206
For example:
207207

208208
```bash
209-
$ docker run -u root -it --name oigdcbase container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-<April'25> bash
209+
$ docker run -u root -it --name oigdcbase container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-<July'25> bash
210210
```
211211
212212
This will take you into a bash shell inside the container:
@@ -304,7 +304,7 @@ The Design Console can be run from a container using X windows emulation.
304304
For example:
305305
306306
```bash
307-
$ podman run -u root -it --name oigdcbase container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-<April'25> bash
307+
$ podman run -u root -it --name oigdcbase container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-<July'25> bash
308308
```
309309

310310
This will take you into a bash shell inside the container:

docs-source/content/idm-products/oig/configure-design-console/using-the-design-console-with-nginx-ssl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ The Design Console can be run from a container using X windows emulation.
225225
For example:
226226

227227
```bash
228-
$ docker run -u root -it --name oigdcbase container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-<April'25> bash
228+
$ docker run -u root -it --name oigdcbase container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-<July'25> bash
229229
```
230230
231231
This will take you into a bash shell inside the container:
@@ -357,7 +357,7 @@ The Design Console can be run from a container using X windows emulation.
357357
For example:
358358
359359
```bash
360-
$ podman run -u root -it --name oigdcbase container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-<April'25> bash
360+
$ podman run -u root -it --name oigdcbase container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-<July'25> bash
361361
```
362362

363363
This will take you into a bash shell inside the container:

docs-source/content/idm-products/oig/create-oig-domains/create-oig-domains-using-wlst.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The sample scripts for Oracle Identity Governance domain deployment are availabl
7272
```
7373
domainUID: governancedomain
7474
domainHome: /u01/oracle/user_projects/domains/governancedomain
75-
image: container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-<April'25>
75+
image: container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-<July'25>
7676
imagePullSecretName: orclcred
7777
weblogicCredentialsSecretName: oig-domain-credentials
7878
logHome: /u01/oracle/user_projects/domains/logs/governancedomain
@@ -176,7 +176,7 @@ generated artifacts:
176176
export initialManagedServerReplicas="1"
177177
export managedServerNameBase="oim_server"
178178
export managedServerPort="14000"
179-
export image="container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-<April'25>"
179+
export image="container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-<July'25>"
180180
export imagePullPolicy="IfNotPresent"
181181
export imagePullSecretName="orclcred"
182182
export productionModeEnabled="true"
@@ -603,7 +603,7 @@ The default domain created by the script has the following characteristics:
603603
Failure Retry Interval Seconds: 120
604604
Failure Retry Limit Minutes: 1440
605605
Http Access Log In Log Home: true
606-
Image: container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-<April'25>
606+
Image: container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-<July'25>
607607
Image Pull Policy: IfNotPresent
608608
Image Pull Secrets:
609609
Name: orclcred

docs-source/content/idm-products/oig/create-oig-domains/create-oig-domains-wdt.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ In this section you generate the required WDT models for the OIG domain, along w
303303
```
304304
domainUID: governancedomain
305305
domainHome: /u01/oracle/user_projects/domains/governancedomain
306-
image: container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-<April'25>
306+
image: container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-<July'25>
307307
imagePullSecretName: orclcred
308308
logHome: /u01/oracle/user_projects/domains/logs/governancedomain
309309
namespace: oigns
@@ -387,7 +387,7 @@ In this section you generate the required WDT models for the OIG domain, along w
387387
export datasourceType="generic"
388388
export edgInstall="false"
389389
export domainHome="/u01/oracle/user_projects/domains/governancedomain"
390-
export image="container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-<April'25>"
390+
export image="container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-<July'25>"
391391
export imagePullSecretName="orclcred"
392392
export logHome="/u01/oracle/user_projects/domains/logs/governancedomain"
393393
export exposeAdminT3Channel="false"
@@ -765,7 +765,7 @@ In this section you modify the `domain.yaml` file in preparation for creating th
765765
domainHomeSourceType: PersistentVolume
766766
767767
# The WebLogic Server image that the Operator uses to start the domain
768-
image: "container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-<April'25>"
768+
image: "container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-<July'25>"
769769
770770
# imagePullPolicy defaults to "Always" if image version is :latest
771771
imagePullPolicy: IfNotPresent
@@ -803,7 +803,7 @@ In this section you modify the `domain.yaml` file in preparation for creating th
803803
domainHomeSourceType: PersistentVolume
804804

805805
# The WebLogic Server image that the Operator uses to start the domain
806-
image: "container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-<April'25>"
806+
image: "container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-<July'25>"
807807

808808
# imagePullPolicy defaults to "Always" if image version is :latest
809809
imagePullPolicy: IfNotPresent
@@ -845,7 +845,7 @@ In this section you modify the `domain.yaml` file in preparation for creating th
845845
#DO NOT CHANGE THE NAME OF THIS INIT CONTAINER
846846
- name: compat-connector-init
847847
# OIG Product image, same as spec.image mentioned above
848-
image: "container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-<April'25>"
848+
image: "container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-<July'25>"
849849
imagePullPolicy: IfNotPresent
850850
command: [ "/bin/bash", "-c", "mkdir -p /u01/oracle/user_projects/domains/ConnectorDefaultDirectory", "mkdir -p /u01/oracle/user_projects/domains/wdt-logs"]
851851
volumeMounts:
@@ -1235,7 +1235,7 @@ In this section you deploy the OIG domain using the `domain.yaml`.
12351235
Failure Retry Interval Seconds: 120
12361236
Failure Retry Limit Minutes: 1440
12371237
Http Access Log In Log Home: true
1238-
Image: container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-<April'25>
1238+
Image: container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-<July'25>
12391239
Image Pull Policy: IfNotPresent
12401240
Image Pull Secrets:
12411241
Name: orclcred
@@ -1271,7 +1271,7 @@ In this section you deploy the OIG domain using the `domain.yaml`.
12711271
-c
12721272
mkdir -p /u01/oracle/user_projects/domains/ConnectorDefaultDirectory
12731273
mkdir -p /u01/oracle/user_projects/domains/wdt-logs
1274-
Image: container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-<April'25>
1274+
Image: container-registry.oracle.com/middleware/oig_cpu:12.2.1.4-jdk8-ol8-<July'25>
12751275
Image Pull Policy: IfNotPresent
12761276
Name: compat-connector-init
12771277
Volume Mounts:

docs-source/content/idm-products/oig/introduction/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The main benefits of WDT are:
3737

3838
### Current production release
3939

40-
The current production release for the Oracle Identity Governance domain deployment on Kubernetes is [25.2.1](https://github.com/oracle/fmw-kubernetes/releases). This release uses the WebLogic Kubernetes Operator version 4.2.10.
40+
The current production release for the Oracle Identity Governance domain deployment on Kubernetes is [25.3.1](https://github.com/oracle/fmw-kubernetes/releases). This release uses the WebLogic Kubernetes Operator version 4.2.10.
4141

4242
For 4.1.X WebLogic Kubernetes Operator refer to [Version 24.4.1](https://oracle.github.io/fmw-kubernetes/24.4.1/idm-products/oig/)
4343

@@ -69,6 +69,7 @@ Please note, you also have the option to follow the Enterprise Deployment Guide
6969

7070
To view documentation for an earlier release, see:
7171

72+
* [Version 25.2.1](https://oracle.github.io/fmw-kubernetes/25.2.1/idm-products/oig/)
7273
* [Version 25.1.1](https://oracle.github.io/fmw-kubernetes/25.1.1/idm-products/oig/)
7374
* [Version 24.4.1](https://oracle.github.io/fmw-kubernetes/24.4.1/idm-products/oig/)
7475
* [Version 24.3.1](https://oracle.github.io/fmw-kubernetes/24.3.1/idm-products/oig/)

0 commit comments

Comments
 (0)