Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pkg/client/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ type User struct {
Name string `json:"firstName"`
Surname string `json:"lastName"`
Email string `json:"email"`
subscriptionKey string `json:"subscriptionKey"`
Password string `json:"password"`
}

Expand Down
1 change: 1 addition & 0 deletions test/conf/ecn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ spec:
surname: Bar
email: [email protected]
password: g9hr823rhuoi
subscriptionKey: XXXX-XXXX-XXXX-XXXX
controller:
container:
image: gcr.io/focal-freedom-236620/controller:3.0.1
Expand Down