tbmelabs / tbme-tv

An open source streaming application.
Other
0 stars 1 forks source link

run eureka gui on a different port #42

Closed bbortt closed 6 years ago

bbortt commented 6 years ago

gui port should be exposed to outside (non-docker) world later. but eureka endpoint shouldn't. therefore let those two run on different ports!

bbortt commented 6 years ago

done kind of in this branch.

bbortt commented 6 years ago

so the eureka port does not run on a differnt port but isnt secured through sso. it accepts only header authentication and authenticates this via spring security.