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
It appears there is more missing than just the header as explained in #26
Deck does not support sugar features, one being the Service url, which is supported by both the API and Kong Declarative Config, and is preventing us from using deck in production.
The text was updated successfully, but these errors were encountered:
`url` property is deconstructed on file read into protocol, host, port
and path.
There are checks in place but this is likely not going to be full-proof
and the code will break in corner cases if all the components are not
specified. It should suffice for most use-cases.
Fix#123
`url` property is deconstructed on file read into protocol, host, port
and path.
There are checks in place but this is likely not going to be full-proof
and the code will break in corner cases if all the components are not
specified. It should suffice for most use-cases.
Fix#123
`url` property is deconstructed on file read into protocol, host, port
and path.
There are checks in place but this is likely not going to be full-proof
and the code will break in corner cases if all the components are not
specified. It should suffice for most use-cases.
Fix#123
It appears there is more missing than just the header as explained in #26
Deck does not support sugar features, one being the Service
url
, which is supported by both the API and Kong Declarative Config, and is preventing us from using deck in production.The text was updated successfully, but these errors were encountered: