vitessio / vitess

Vitess is a database clustering system for horizontal scaling of MySQL.
http://vitess.io
Apache License 2.0
18.67k stars 2.1k forks source link

Bug Report: wrong vttablet url protocol in vtadmin #12837

Closed L3o-pold closed 1 year ago

L3o-pold commented 1 year ago

Overview of the Issue

Following our Slack discussion we saw that there are four slashes in front of vttablet links (like: ////10.95.196.20:15000/debug/status) preventing user to specify the protocol (http/https).

Reproduction Steps

Use vtadmin dashboard with https and you will see that vttablet url links are in https too without the ability for the user to use http in template.

Binary Version

16.0.1

Operating System and Environment details

docker

Log Fragments

No response

rohit-nayak-ps commented 1 year ago

Fixed in https://github.com/vitessio/vitess/pull/12836