Closed rustyjux closed 5 months ago
I ran the following test but getting an error when trying to publish so not able to validate:
gwa generate-config --template kong-httpbin --service ajc-httpbin-reg --upstream httpbin.org
gwa apply --api-version v3 -i gw-config.yml
Giving an error: [GatewayService]: Not Found
Hmm I can publish a config created w/ the new kong-httpbin template from the updated cli, if I use the old cli (and API v2, ie not specified) to publish. But when I run against API v3 using the updated CLI or the old one, I get the same error.
Could this error by tracing back to API v3?
Ah, yes great, I built gwa
with the updated env var and that resolved.
Need to add
kind: GatewayService
and remove one level of indentation.That is, turn:
into: