I used kubectl proxy to access the ICP prometheus service. Eg http://localhost:8001/api/v1/proxy/namespaces/kube-system/services/monitoring-prometheus:9090/ However this returns a 401 unauthorized.
What authorization header/certs is needed to allow one to access prometheus in ICP?
My goal is to use Prometheus UI/api directly (to try some queries). I see that in the ICP monitoring for Grafana, the Prometheus datasource has TLS and ca cert configured so I would like to know how to acquire those details.