@@ -69,6 +69,7 @@ func (c *ProvisionDOCRHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
Suffix: suffix,
Status: types.StatusCreating,
DOIntegrationID: request.DOIntegrationID,
+ CreatedByUserID: user.ID,
}
// handle write to the database
@@ -69,6 +69,7 @@ func (c *ProvisionDOKSHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
@@ -69,6 +69,7 @@ func (c *ProvisionECRHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
AWSIntegrationID: request.AWSIntegrationID,
@@ -69,6 +69,7 @@ func (c *ProvisionEKSHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
@@ -69,6 +69,7 @@ func (c *ProvisionGCRHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
GCPIntegrationID: request.GCPIntegrationID,
@@ -69,6 +69,7 @@ func (c *ProvisionGKEHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)