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:
115
115
tls:
116
116
# ...
117
117
protocols:
118
- allow : # <1>
118
+ allowed : # <1>
119
119
- TLSv1.3
120
120
- TLSv1.2
121
121
----
@@ -130,7 +130,7 @@ virtualClusters:
130
130
tls:
131
131
# ...
132
132
protocols:
133
- deny : # <1>
133
+ denied : # <1>
134
134
- TLSv1.1
135
135
----
136
136
<1> List of disallowed TLS protocols.
@@ -170,7 +170,7 @@ virtualClusters:
170
170
tls:
171
171
# ...
172
172
protocols:
173
- deny : # <1>
173
+ denied : # <1>
174
174
- TLS_KRB5_WITH_3DES_EDE_CBC_MD5
175
175
----
176
176
<1> List of disallowed cipher suites.
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ virtualClusters:
92
92
tls:
93
93
# ...
94
94
protocols:
95
- allow : # <1>
95
+ allowed : # <1>
96
96
- TLSv1.3
97
97
- TLSv1.2
98
98
----
@@ -109,7 +109,7 @@ virtualClusters:
109
109
tls:
110
110
# ...
111
111
protocols:
112
- allow : # <1>
112
+ allowed : # <1>
113
113
- TLSv1.1
114
114
----
115
115
<1> List of disallowed TLS protocols.
@@ -143,7 +143,7 @@ virtualClusters:
143
143
tls:
144
144
# ...
145
145
protocols:
146
- deny : # <1>
146
+ denied : # <1>
147
147
- TLS_KRB5_WITH_3DES_EDE_CBC_MD5
148
148
----
149
149
<1> List of disallowed cipher suites.
@@ -163,4 +163,4 @@ virtualClusters:
163
163
trust:
164
164
insecure: true
165
165
# ...
166
- ----
166
+ ----
You can’t perform that action at this time.
0 commit comments