ui icon indicating copy to clipboard operation
ui copied to clipboard

Basic auth for chartmuseum

Open fmotrifork opened this issue 6 years ago • 1 comments

Chartmuseum-ui does not work with chartmuseums with basic auth enabled.

Possible implementation If enabled, chartmuseum-ui should ask for a basic auth authentication on the main page, and use this to authenticate towards the actual chartmuseum application.

fmotrifork avatar Feb 08 '19 07:02 fmotrifork

I got it working by specifying the CHART_MUSESUM_URL as http://{username}:{password}@{chartmuseumURL}

ashuraits avatar Apr 25 '20 18:04 ashuraits