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
VirtualServer and VirtualServerRoute accordingly. See [YAML examples of the changes](https://github.com/nginx/kubernetes-ingress/pull/745).
696
695
- [710](https://github.com/nginx/kubernetes-ingress/pull/710): Run IC as non-root. Make sure to use the updated
697
696
manifests to install/upgrade the Ingress Controller.
698
697
- [603](https://github.com/nginx/kubernetes-ingress/pull/603): Update apiVersion in Deployments and DaemonSets to
@@ -1095,7 +1094,7 @@ CHANGES:
1095
1094
- [399](https://github.com/nginx/kubernetes-ingress/pull/399): Improve secret handling. **Note**: the PR changed how
1096
1095
the Ingress Controller processes Ingress resources with TLS termination enabled but without any referenced (or with
1097
1096
invalid) secrets and Ingress resources with JWT validation enabled but without any referenced (or with invalid) JWK.
1098
-
Please read [here](https://github.com/nginx/kubernetes-ingress/pull/399) for more details.
1097
+
Please [read here](https://github.com/nginx/kubernetes-ingress/pull/399) for more details.
1099
1098
- [357](https://github.com/nginx/kubernetes-ingress/pull/357): Improve Project Layout and Refactor Controller
1100
1099
Package. **Note**: the PR significantly changed the layout of the project to follow best practices.
1101
1100
- [347](https://github.com/nginx/kubernetes-ingress/pull/347): Use edge version in manifests and Helm chart.
@@ -1262,8 +1261,8 @@ UPGRADE:
1262
1261
- [166](https://github.com/nginx/kubernetes-ingress/pull/166): Watch Secret resources for updates. **Note**: If a
1263
1262
Secret referenced by one or more Ingress resources becomes invalid or gets removed, the configuration for those
1264
1263
Ingress resources will be disabled until there is a valid Secret.
1265
-
- [160](https://github.com/nginx/kubernetes-ingress/pull/160): Add support for events. See the details
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ fill in the template as provided.
76
76
77
77
### F5 Contributor License Agreement (CLA)
78
78
79
-
F5 requires all external contributors to agree to the terms of the F5 CLA (available [here](https://github.com/f5/.github/blob/main/CLA/cla-markdown.md))
79
+
F5 requires all external contributors to agree to [the terms of the F5 CLA](https://github.com/f5/.github/blob/main/CLA/cla-markdown.md))
80
80
before any of their changes can be incorporated into an F5 Open Source repository.
81
81
82
82
If you have not yet agreed to the F5 CLA terms and submit a PR to this repository, a bot will prompt you to view and
1. Follow the steps in the "Configuring Keycloak" [section of the documentation](https://docs.nginx.com/nginx/deployment-guides/single-sign-on/keycloak/#configuring-keycloak):
62
61
1. To connect to Keycloak, use `https://keycloak.example.com`.
63
62
1. Make sure to save the client secret for NGINX-Plus client to the `SECRET` shell variable:
64
63
65
64
```console
66
65
SECRET=value
67
66
```
68
67
69
-
1. Alternatively, execute the commands [here](./keycloak_setup.md).
68
+
1. Alternatively, [execute the commands](./keycloak_setup.md).
0 commit comments