DataDog / kong-plugin-ddtrace

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

fix: vault usage #64

Closed dmehala closed 5 months ago

dmehala commented 5 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.