Skip to content

Commit

Permalink
#186074835 other token stuff for docker.registry
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeDavitt committed Oct 30, 2023
1 parent d9e0d62 commit 82d8caa
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions components/examples/integrationDockerRepo.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
"username": "bertramqa",
"password": "************",
"passwordHash": "64515b216ad31366c5bd9681922cdc13145a",
"token": "************",
"tokenHash": "e5b4afb1c682f4d6feeec3f50fa3cff26b638087549c17a671747d98db7e6dad",
"isPlugin": false,
"config": {},
"status": null,
Expand Down
2 changes: 2 additions & 0 deletions components/examples/integrationDockerRepoSuccess.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"username": "bertramqa",
"password": "************",
"passwordHash": "64515b216ad31366c5bd9681922cdc13145a",
"token": "************",
"tokenHash": "e5b4afb1c682f4d6feeec3f50fa3cff26b638087549c17a671747d98db7e6dad",
"isPlugin": false,
"config": {},
"status": null,
Expand Down
4 changes: 4 additions & 0 deletions components/schemas/integrationDockerRepo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ properties:
type: string
passwordHash:
type: string
token:
type: string
tokenHash:
type: string
isPlugin:
type: boolean
config:
Expand Down
6 changes: 5 additions & 1 deletion components/schemas/integrationDockerRepoConfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ properties:
- serviceUrl
- serviceUsername
- servicePassword
- serviceToken
properties:
name:
type: string
Expand All @@ -28,4 +29,7 @@ properties:
description: Username
servicePassword:
type: string
description: Password
description: Password
serviceToken:
type: string
description: Access Token

0 comments on commit 82d8caa

Please sign in to comment.