Skip to content

Commit f3f51bf

Browse files
Add auth type into context
1 parent db32c48 commit f3f51bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/codefresh/contexts.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ type (
1818
Type string `json:"type"`
1919
Data struct {
2020
Auth struct {
21+
Type string `json:"type"`
2122
Username string `json:"username"`
2223
Password string `json:"password"`
2324
ApiHost string `json:"apiHost"`

0 commit comments

Comments
 (0)