File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
docs/v0.10.0/_files/modules/configuring Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ virtualClusters:
115115 tls:
116116 # ...
117117 protocols:
118- allow : # <1>
118+ allowed : # <1>
119119 - TLSv1.3
120120 - TLSv1.2
121121----
@@ -130,7 +130,7 @@ virtualClusters:
130130 tls:
131131 # ...
132132 protocols:
133- deny : # <1>
133+ denied : # <1>
134134 - TLSv1.1
135135----
136136<1> List of disallowed TLS protocols.
@@ -170,7 +170,7 @@ virtualClusters:
170170 tls:
171171 # ...
172172 protocols:
173- deny : # <1>
173+ denied : # <1>
174174 - TLS_KRB5_WITH_3DES_EDE_CBC_MD5
175175----
176176<1> List of disallowed cipher suites.
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ virtualClusters:
9292 tls:
9393 # ...
9494 protocols:
95- allow : # <1>
95+ allowed : # <1>
9696 - TLSv1.3
9797 - TLSv1.2
9898----
@@ -109,7 +109,7 @@ virtualClusters:
109109 tls:
110110 # ...
111111 protocols:
112- allow : # <1>
112+ allowed : # <1>
113113 - TLSv1.1
114114----
115115<1> List of disallowed TLS protocols.
@@ -143,7 +143,7 @@ virtualClusters:
143143 tls:
144144 # ...
145145 protocols:
146- deny : # <1>
146+ denied : # <1>
147147 - TLS_KRB5_WITH_3DES_EDE_CBC_MD5
148148----
149149<1> List of disallowed cipher suites.
@@ -163,4 +163,4 @@ virtualClusters:
163163 trust:
164164 insecure: true
165165# ...
166- ----
166+ ----
You can’t perform that action at this time.
0 commit comments