DataDog / kong-plugin-ddtrace

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

Check for kong variable to support Konnect #17

Closed fsanchezgl closed 7 months ago

fsanchezgl commented 7 months ago

This verifies that kong variable exists when doing schema validation. This is needed to support Kong Konnect.

There is an issue with this: https://github.com/DataDog/kong-plugin-ddtrace/issues/16

The main change is that when running in Konnect, the kong variable is unavailable, so the check can't run. There may be a better solution, but this is a quick solution.