I have the need to specify an API with a custom domain, who’s slug is the root. (API def for proxying access to elasticsearch on the backend). I have custom middleware for this API that does request.URI
analysis to do custom authorization.
This seemed to work on the on-prem quick start stack but not hybrid?
Tried both
"slug": "",
AND
"slug": "/",
When I import this in the dashboard I get
API object validation failed.
api_definition.slug: Does not match pattern '[a-zA-Z0-9]'