From 525320f7a1989d7f46f2c38860eabce42d255cb5 Mon Sep 17 00:00:00 2001 From: burakvuraldatasance <99992546+burakvuraldatasance@users.noreply.github.com> Date: Mon, 29 Jan 2024 19:30:11 +0300 Subject: [PATCH] new subscription keyword has been added to types.go IofogUser --- pkg/client/types.go | 1 + test/conf/ecn.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/pkg/client/types.go b/pkg/client/types.go index dc929873..a21553be 100644 --- a/pkg/client/types.go +++ b/pkg/client/types.go @@ -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"` } diff --git a/test/conf/ecn.yaml b/test/conf/ecn.yaml index 57388096..263407fb 100644 --- a/test/conf/ecn.yaml +++ b/test/conf/ecn.yaml @@ -9,6 +9,7 @@ spec: surname: Bar email: user@domain.com password: g9hr823rhuoi + subscriptionKey: XXXX-XXXX-XXXX-XXXX controller: container: image: gcr.io/focal-freedom-236620/controller:3.0.1