You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnnil, errors.Errorf("at least one of the keys `services.identity.config` and `services.permission.config` and `services.oauth2.config` is required and can not be empty")
280
282
}
281
-
282
283
ifname!="" {
283
284
payload.Name=name
284
-
} elseifpayload.Name=="" {
285
+
}
286
+
287
+
// If either of the CORS keys is not set after the merge, we need to fetch it from the server
288
+
// If the name is not set, and it was not provided, we need to fetch it from the server
0 commit comments