diff --git a/gateway/requests/requests.go b/gateway/requests/requests.go index 0701fbd9..a0a019ac 100644 --- a/gateway/requests/requests.go +++ b/gateway/requests/requests.go @@ -27,6 +27,9 @@ type CreateFunctionRequest struct { // Constraints are specific to back-end orchestration platform Constraints []string `json:"constraints"` + + // Secrets list of secrets to be made available to function + Secrets []string `json:"secrets"` } // DeleteFunctionRequest delete a deployed function