Skip to content

Commit 1378fee

Browse files
fix: change example values for keys/tokens (#12644)
1 parent 2adfd3b commit 1378fee

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

fixtures/immutable/specifications/v3/dockerComEngine.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6881,7 +6881,7 @@ paths:
68816881
schema:
68826882
example:
68836883
AdvertiseAddr: 192.168.1.1:2377
6884-
JoinToken: SWMTKN-1-3pu6hszjas19xyp7ghgosyx9k8atbfcr8p2is99znpy26u2lkl-7p73s1dx5in4tatdymyhg9hu2
6884+
JoinToken: <Add token here>
68856885
ListenAddr: 0.0.0.0:2377
68866886
RemoteAddrs:
68876887
- node1:2377
@@ -6928,7 +6928,7 @@ paths:
69286928
schema:
69296929
example:
69306930
AdvertiseAddr: 192.168.1.1:2377
6931-
JoinToken: SWMTKN-1-3pu6hszjas19xyp7ghgosyx9k8atbfcr8p2is99znpy26u2lkl-7p73s1dx5in4tatdymyhg9hu2
6931+
JoinToken: <Add token here>
69326932
ListenAddr: 0.0.0.0:2377
69336933
RemoteAddrs:
69346934
- node1:2377
@@ -7048,7 +7048,7 @@ paths:
70487048
application/json:
70497049
schema:
70507050
example:
7051-
UnlockKey: SWMKEY-1-7c37Cc8654o6p38HnroywCi19pllOnGtbdZEgtKxZu8
7051+
UnlockKey: <Add unlock key here>
70527052
properties:
70537053
UnlockKey:
70547054
description: The swarm's unlock key.
@@ -7082,7 +7082,7 @@ paths:
70827082
application/json:
70837083
schema:
70847084
example:
7085-
UnlockKey: SWMKEY-1-7c37Cc8654o6p38HnroywCi19pllOnGtbdZEgtKxZu8
7085+
UnlockKey: <Add unlock key here>
70867086
properties:
70877087
UnlockKey:
70887088
description: The swarm's unlock key.
@@ -7091,7 +7091,7 @@ paths:
70917091
text/plain:
70927092
schema:
70937093
example:
7094-
UnlockKey: SWMKEY-1-7c37Cc8654o6p38HnroywCi19pllOnGtbdZEgtKxZu8
7094+
UnlockKey: <Add unlock key here>
70957095
properties:
70967096
UnlockKey:
70977097
description: The swarm's unlock key.
@@ -9179,12 +9179,12 @@ components:
91799179
Manager:
91809180
description: |
91819181
The token managers can use to join the swarm.
9182-
example: SWMTKN-1-3pu6hszjas19xyp7ghgosyx9k8atbfcr8p2is99znpy26u2lkl-7p73s1dx5in4tatdymyhg9hu2
9182+
example: <Add token here>
91839183
type: string
91849184
Worker:
91859185
description: |
91869186
The token workers can use to join the swarm.
9187-
example: SWMTKN-1-3pu6hszjas19xyp7ghgosyx9k8atbfcr8p2is99znpy26u2lkl-1awxwuwd3z9j1z3puu7rcgdbx
9187+
example: <Add token here>
91889188
type: string
91899189
type: object
91909190
LocalNodeState:

0 commit comments

Comments
 (0)