Skip to content

Commit 27c8d49

Browse files
authored
Merge pull request #102 from SamBarker/update-0.10.0-yaml-snippets
allow -> allowed & deny -> denied in yaml snippets
2 parents 029f5e8 + fcaf71b commit 27c8d49

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/v0.10.0/_files/modules/configuring/con-configuring-vc-client-tls.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

docs/v0.10.0/_files/modules/configuring/con-configuring-vc-target-tls.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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+
----

0 commit comments

Comments
 (0)