How do I connect to Jhipster registry using Eureka endpoints? I followed this blog.
But Jhipster registry doesn't to recognise sidecar and the registration fails with
404 Bad request.
How do I connect to Jhipster registry using Eureka endpoints? I followed this blog.
But Jhipster registry doesn't to recognise sidecar and the registration fails with
404 Bad request.
All I had to do was to frame the defaultZone using jhipster username and password http://admin:admin@localhost:8761/eureka/ The 404 error is because of jhipster security for any request coming on /eureka/**