cloud-pipeline icon indicating copy to clipboard operation
cloud-pipeline copied to clipboard

issue #1723 allow to run pipeline run with friendly-url with domain name

Open SilinPavel opened this issue 4 years ago • 0 comments

This PR solve problem when friendly domain specified with pipe run command was recognized as friendly-path e.g.

old behavior: command pipe run ... --friendly-url mydomain.com result endpoint-url: https://<cloud-pipe-ip>:<cloud-pipe-port>/mydomain.com

current behavior: command pipe run ... --friendly-url mydomain.com result endpoint-url: https://mydomain.com:<cloud-pipe-port>

SilinPavel avatar Jan 18 '21 11:01 SilinPavel