DataDog / kong-plugin-ddtrace

Datadog APM Plugin for Kong Gateway
Apache License 2.0
15 stars 7 forks source link

Can't load it in Kong Konnect #16

Closed fsanchezgl closed 9 months ago

fsanchezgl commented 10 months ago

Konnect now supports custom plugins. When I load the ddtrace plugin in my Konnect control plane, I get a 404 error after loading and can't do any configuration. I can load it in the data plane by adding it to my Dockerfile for the data plane, but the plugin won't start unless it is set by the control plane.

fsanchezgl commented 10 months ago

I have a PR for this issue https://github.com/DataDog/kong-plugin-ddtrace/pull/18

cgilmour commented 10 months ago

Thanks for reporting this and the effort on the PRs and testing! I don't have a kong konnect setup to properly test it, but the change in #18 seems logical for the circumstances. There might be a better way, but if you're able to confirm that it unblocks you with kong konnect, I'll be happy to merge it and publish a release.

fsanchezgl commented 9 months ago

This is solved, thank you