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
@@ -73,6 +73,7 @@ NGINX Gateway Fabric supports a single GatewayClass resource configured with the
73
73
a different GatewayClass name is provided to the controller via the command-line argument.
74
74
-`SupportedVersion/True/SupportedVersion`
75
75
-`SupportedVersion/False/UnsupportedVersion`
76
+
-`supportedFeatures` - supported.
76
77
77
78
### Gateway
78
79
@@ -107,7 +108,10 @@ See the [controller]({{< ref "/ngf/reference/cli-help.md#controller">}}) command
107
108
-`addresses`: Valid IPAddresses will be added to the `externalIP` field in the related Services fronting NGINX. Users should ensure that the IP Family of the address matches the IP Family set in the NginxProxy resource (default is dual, meaning both IPv4 and IPv6), otherwise there may be networking issues.
{{< call-out "note" >}} If multiple `backendRefs` are defined for a HTTPRoute rule, all the referenced Services *must* have matching BackendTLSPolicy configuration. BackendTLSPolicy configuration is considered to be matching if 1. CACertRefs reference the same ConfigMap, or 2. WellKnownCACerts are the same, and 3. Hostname is the same. {{< /call-out >}}
Copy file name to clipboardExpand all lines: content/ngf/traffic-security/secure-backend.md
+20-19Lines changed: 20 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,9 @@ In this guide, we will show how to specify the TLS configuration of the connecti
15
15
16
16
The intended use-case is when a service or backend owner is managing their own TLS and NGINX Gateway Fabric needs to know how to connect to this backend pod that has its own certificate over HTTPS.
17
17
18
-
## Note on Gateway API Experimental Features
19
-
20
-
{{< call-out "important" >}} BackendTLSPolicy is a Gateway API resource from the experimental release channel. {{< /call-out >}}
21
-
22
-
{{< include "/ngf/installation/install-gateway-api-experimental-features.md" >}}
23
-
24
18
## Before you begin
25
19
26
-
-[Install]({{< ref "/ngf/install/" >}}) NGINX Gateway Fabric with experimental features enabled.
0 commit comments