Skip to content

Commit 3173607

Browse files
extends context struct
1 parent 1a6be60 commit 3173607

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.25.0
1+
0.25.1

pkg/codefresh/contexts.go

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,15 @@ type (
1919
Type string `json:"type"`
2020
Data struct {
2121
Auth struct {
22-
Type string `json:"type"`
23-
Username string `json:"username"`
24-
Password string `json:"password"`
25-
ApiHost string `json:"apiHost"`
26-
ApiPathPrefix string `json:"apiPathPrefix"`
27-
SshPrivateKey string `json:"sshPrivateKey"`
22+
Type string `json:"type"`
23+
Username string `json:"username"`
24+
Password string `json:"password"`
25+
ApiHost string `json:"apiHost"`
26+
ApiPathPrefix string `json:"apiPathPrefix"`
27+
SshPrivateKey string `json:"sshPrivateKey"`
28+
AppId string `json:"sshPrivateKey"`
29+
InstallationId string `json:"installationId"`
30+
PrivateKey string `json:"privateKey"`
2831
} `json:"auth"`
2932
} `json:"data"`
3033
} `json:"spec"`

0 commit comments

Comments
 (0)