Prometheus/Security
From charlesreid1
Link: https://prometheus.io/docs/operating/security/#authentication/authorisation/encryption
Under the authentication/encryption section, it says:
Authentication/Authorisation/Encryption:Prometheus and its components do not provide any server-side authentication, authorisation or encryption. If you require this, it is recommended to use a reverse proxy.
Various Prometheus components support client-side authentication and encryption. If TLS client support is offered, there is often also an option called insecure_skip_verify which skips SSL verification.