DataDog / kong-plugin-ddtrace

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

fix: vault usage #64

Closed dmehala closed 3 months ago

dmehala commented 3 months ago

Since Kong 3.7 call to vault can returns an empty string when the env variable do not exist. This commit handle correctly this new case.