DataDog / kong-plugin-ddtrace

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

fix: environment variable support #36

Closed dmehala closed 4 months ago

dmehala commented 4 months ago

Description

This is a rework of #30:

The earlier approach using {vault://env/variable-name} defaults for some values was not working as expected. This change still supports vault references, but has internal defaults to lookup and use environment variables instead

TODO