Skip to content

Commit 7b35b74

Browse files
committed
Updated to match Portunus 7.23.0 release.
1 parent 1850638 commit 7b35b74

2 files changed

Lines changed: 2 additions & 24 deletions

File tree

content/en/docs/deployment/private-cloud/private-cloud-cluster/networking/private-cloud-advanced-ingress-settings.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ You can configure HTTP headers for NGINX Ingress and for Mendix Runtime. For mor
7575

7676
### Configuring Headers in NGINX Ingress
7777

78-
For NGINX Ingress, you can use a configuration snippet in the `OperatorConfiguration` object to set headers in a namespace. The headers that you set are then further propagated across all apps in that namespace. Alternatively, you can configure headers for individual app environments by adding the `nginx.ingress.kubernetes.io/configuration-snippet` annotation in the Mendix on Kubernetes Portal.
78+
For NGINX Ingress (from F5 Networks), you can use a configuration snippet in the `OperatorConfiguration` object to set headers in a namespace. The headers that you set are then further propagated across all apps in that namespace. Alternatively, you can configure headers for individual app environments by adding the `nginx.org/location-snippets` annotation in the Mendix on Kubernetes Portal.
7979

8080
{{< figure src="/attachments/deployment/private-cloud/private-cloud-cluster/private-cloud-networking/advanced-headers.png" class="no-border" >}}
8181

@@ -101,21 +101,7 @@ Starting from Mendix 10.24.1, the Mendix Runtime can set headers natively, witho
101101

102102
This allows specifying security headers such as `Content-Security-Policy` with any Ingress controller, not just NGINX Ingress.
103103

104-
To set headers, use the [Headers](/refguide/custom-settings/#Headers) Custom Runtime Setting on the [Runtime Tab](/developerportal/deploy/private-cloud-deploy/#runtime-tab) (for Connected environments) or in the [.spec.runtime.customConfiguration field](/developerportal/deploy/private-cloud-operator/#edit-cr) in the MendixApp CR.
105-
106-
The `Headers` Custom Runtime Setting accepts a JSON map where the keys are header names and values are header values.
107-
108-
The `Content-Security-Policy` header supports [additional custom handling](/refguide/configuration/#headers) to process `nonce` values.
109-
110-
The following is an example value of the `Headers` Custom Runtime Setting that can be used how to specify a few typical security headers:
111-
112-
```json
113-
{
114-
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
115-
"X-Frame-Options": "SAMEORIGIN",
116-
"Content-Security-Policy": "script-src 'nonce-{{ NONCE }}'"
117-
}
118-
```
104+
To set headers, use the [Network Tab](/developerportal/deploy/private-cloud-deploy/#network-tab) (for Connected environments) or the [Headers](/refguide/custom-settings/#Headers) Custom Runtime Setting the [.spec.runtime.customConfiguration field](/developerportal/deploy/private-cloud-operator/#edit-cr) in the MendixApp CR.
119105

120106
## Istio Service Mesh Integration with Ingress Controller
121107

content/en/docs/releasenotes/deployment/mendix-for-private-cloud.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@ For information on the current status of deployment to Mendix on Kubernetes and
1212

1313
## 2025
1414

15-
### November ???, 2025
16-
17-
#### Documentation Improvements
18-
19-
* We have updated documentation on setting HTTP(S) headers.
20-
The instructions now include a new Mendix 10.24.1 Runtime feature allowing to set custom headers directly in the Mendix Runtime, without having to configure the ingress controller.
21-
For more information, see [Advanced Ingress Settings in Mendix on Kubernetes](developerportal/deploy/private-cloud-cluster/private-cloud-ingress-settings/advanced/).
22-
2315
### November 7, 2025
2416

2517
#### Portal Hotfix

0 commit comments

Comments
 (0)