keijack / python-eureka-client

A eureka client written in python. Support registering your python component to Eureka Server, as well as calling remote services by pulling the the Eureka registry.
MIT License
184 stars 43 forks source link

Authorization with eureka server #7

Closed karthikkesavaraj closed 5 years ago

karthikkesavaraj commented 5 years ago

I have enabled security with my eureka server. So only authenticated apps can register. I don't see a support for authentication in this library. Please provide options.

keijack commented 5 years ago

This lib supports basic authentications. you can use basic url like http://username:password@eurekaserver:port/ as the eureka url paremeters.