I have been trying to find out if there is anyway to store my basic auth password that is used in service discovery to be stored encrypted.I have TLS setup and functioning, but ideally would be using both, provided the password can be encrypted. I have seen this bit of documentation: https://prometheus.io/docs/operating/security/which would suggest that bcrypt passwords can be used, however its not mentioned in the documentation how this would be added in the prometheus.yml file.