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
-[8616](https://github.com/nginx/kubernetes-ingress/pull/8616) Update dependency go to v1.25.5 (main)
52
54
-[8611](https://github.com/nginx/kubernetes-ingress/pull/8611) Bump waf version to 5.10.0
53
55
-[8494](https://github.com/nginx/kubernetes-ingress/pull/8494) Update nginx to 1.29.3, nginx agent to 3.5
54
56
-[8600](https://github.com/nginx/kubernetes-ingress/pull/8600) Update nginx plus waf pkg and alpine base version
55
57
56
-
57
-
58
58
### {{% icon download %}} Upgrade
59
+
59
60
- For NGINX, use the 5.3.0 images from our [DockerHub](https://hub.docker.com/r/nginx/nginx-ingress/tags?page=1&ordering=last_updated&name=5.3.0), [GitHub Container](https://github.com/nginx/kubernetes-ingress/pkgs/container/kubernetes-ingress), [Amazon ECR Public Gallery](https://gallery.ecr.aws/nginx/nginx-ingress) or [Quay.io](https://quay.io/repository/nginx/nginx-ingress).
60
61
- For NGINX Plus, use the 5.3.0 images from the F5 Container registry or build your own image using the 5.3.0 source code.
61
62
- For Helm, use version 2.4.0 of the chart.
63
+
- For users making use of a custom `oidc.conf` by following this [guide]({{< ref "/nic/tutorials/oidc-custom-configuration.md" >}}), in this release this behaviour has changed from a static file to a template. The [guide]({{< ref "/nic/tutorials/oidc-custom-configuration.md" >}}) has been updated to reflect the recent changes.
62
64
63
65
### {{% icon life-buoy %}} Supported Platforms
66
+
64
67
We will provide technical support for NGINX Ingress Controller on any Kubernetes platform that is currently supported by its provider and that passes the Kubernetes conformance tests. This release was fully tested on the following Kubernetes versions: 1.27-1.34.
Copy file name to clipboardExpand all lines: content/nic/tutorials/oidc-custom-configuration.md
+20-18Lines changed: 20 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,24 +13,24 @@ This guide will walk through how to customize and configure this default impleme
13
13
14
14
## Prerequisites
15
15
16
-
{{< call-out "note" >}}This guide only works with F5 NGINX Ingress Controller version 5.2.1 or below. Please make sure you are using a compatible version before proceeding.{{< /call-out >}}
16
+
{{< call-out "note" >}}This guide only works with F5 NGINX Ingress Controller version 5.3.0 or above. Please make sure you are using a compatible version before proceeding.{{< /call-out >}}
17
17
18
18
This guide assumes that you have an F5 NGINX Ingress Controller deployed. If not, please follow the installation steps using either the [Manifest]({{< ref "/nic/install/manifests.md" >}}) or [Helm]({{< ref "/nic/install/helm.md" >}}) approach.
19
19
20
20
To customize the NGINX OpenID Connect Reference implementation, you will need to:
21
21
22
-
1. Create a ConfigMap containing the contents of the default `oidc.conf` file
22
+
1. Create a ConfigMap containing the contents of the default `oidc.tmpl` file
23
23
2. Attach a `Volume` and `VolumeMount` to your deployment of the F5 NGINX Ingress Controller
24
24
25
-
This setup will allow the custom configuration in your ConfigMap to override the contents of the default `oidc.conf` file.
25
+
This setup will allow the custom configuration in your ConfigMap to override the contents of the default `oidc.tmpl` file.
26
26
27
27
## Step 1 - Creating the ConfigMap
28
28
29
-
Run the below command to generate a ConfigMap with the contents of the `oidc.conf` file.
29
+
Run the below command to generate a ConfigMap with the contents of the `oidc.tmpl` file.
30
30
**NOTE** The ConfigMap must be deployed in the same `namespace` as the F5 NGINX Ingress Controller.
0 commit comments