reanahub / reana-server

REANA API server
http://reana-server.readthedocs.io/
MIT License
5 stars 37 forks source link

fix(reana-admin): respect service domain when cleaning sessions (#687) #687

Closed tiborsimko closed 5 months ago

tiborsimko commented 6 months ago

Removes hard-coded infrastructure component host name domain "svc.local.cluster" during interactive session clean-up procedures, since this assumption is not really necessary and would not work under some deployment scenarios, such as on SSL-RIVER.

Closes reanahub/reana-commons#457