feat(edge): implement automatic edge environment creation EE-2848 (#6754)
This commit is contained in:
@@ -69,6 +69,8 @@ func NewHandler(bouncer *security.RequestBouncer) *Handler {
|
||||
h.Handle("/endpoints/{id}/registries/{registryId}",
|
||||
bouncer.AuthenticatedAccess(httperror.LoggerHandler(h.endpointRegistryAccess))).Methods(http.MethodPut)
|
||||
|
||||
h.Handle("/endpoints/global-key", httperror.LoggerHandler(h.endpointCreateGlobalKey)).Methods(http.MethodPost)
|
||||
|
||||
// DEPRECATED
|
||||
h.Handle("/endpoints/{id}/status", httperror.LoggerHandler(h.endpointStatusInspect)).Methods(http.MethodGet)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user