Skip to content

Commit d15ac29

Browse files
Merge pull request #269856 from greg-lindsay/agc-ga
Update for sectionNames property
2 parents 4820ee3 + 4cdc70a commit d15ac29

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/application-gateway/for-containers/tls-policy.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: greg-lindsay
66
ms.service: application-gateway
77
ms.subservice: appgw-for-containers
88
ms.topic: conceptual
9-
ms.date: 02/27/2024
9+
ms.date: 03/21/2024
1010
ms.author: greglin
1111
---
1212

@@ -20,7 +20,7 @@ TLS policy includes definition of the TLS protocol version, cipher suites, and o
2020

2121
- A custom TLS policy allows you to configure the minimum protocol version, ciphers, and elliptical curves for your gateway.
2222
- If no TLS policy is defined, a [default TLS policy](tls-policy.md#default-tls-policy) is used.
23-
- TLS cipher suites used for the connection are also based on the type of the certificate being used. The cipher suites negotiated between client and Application Gateway for Containers is based on the _Gateway listener_ configuration as defined in YAML. The cipher suites used in establishing connections between Application Gateway for Containers and the backend target are based on the type of server certificates presented by the backend target.
23+
- TLS cipher suites used for the connection are also based on the type of the certificate being used. The cipher suites negotiated between client and Application Gateway for Containers are based on the _Gateway listener_ configuration as defined in YAML. The cipher suites used in establishing connections between Application Gateway for Containers and the backend target are based on the type of server certificates presented by the backend target.
2424

2525
## Predefined TLS policy
2626

@@ -46,7 +46,7 @@ The following table shows the list of cipher suites and minimum protocol version
4646
| P-384 | ✓ | ✓ |
4747
| P-256 | ✓ | ✓ |
4848

49-
Protocol versions, ciphers, and elliptical curves not specified in the table above are not supported and won't be negotiated.
49+
Protocol versions, ciphers, and elliptical curves not specified in the table above aren't supported and won't be negotiated.
5050

5151
### Default TLS policy
5252

@@ -72,8 +72,7 @@ spec:
7272
kind: Gateway
7373
name: target-01
7474
namespace: test-infra
75-
gateway: gateway-01
76-
listeners:
75+
sectionNames:
7776
- https-listener
7877
group : gateway.networking.k8s.io
7978
default:

0 commit comments

Comments
 (0)