deislabs/hippo-cli

`export HIPPO_URL=https://localhost:5309/` returns error

bacongobbler opened this issue · 1 comments

$ export HIPPO_URL=https://localhost:5309/
$ hippo auth register --username admin --password 'Passw0rd!'
Error:

The client expected the environment variable to be the following:

$ export HIPPO_URL=https://localhost:5309

We should sanitize input, removing extra path segments from the base URL.