Eureka with Spring Cloud Finchley.RC1 is using form based authentication which causes that the eureka clients cannot use the:
eureka:
client:
serviceUrl:
defaultZone: http://user:password@localhost:8761/eureka
Any idea how to get back the original authentication mechanism used in Spring Cloud Egware.SR3?
Here I create a sample repo: