openzipkin / zipkin

Zipkin is a distributed tracing system
https://zipkin.io/
Apache License 2.0
17.02k stars 3.09k forks source link

eureka: supports credentials in EUREKA_SERVICE_URL #3700

Closed codefromthecrypt closed 10 months ago

codefromthecrypt commented 10 months ago

This adds support for credentials embedded in EUREKA_SERVICE_URL user info, as is typically done in spring cloud.

Fixes #3697

codefromthecrypt commented 10 months ago

thanks for the look @anuraaga!