Current Series Release Notes¶
2.0.0-10¶
New Features¶
Aetos can now authenticate to Prometheus using HTTP basic authentication. Set the new
[prometheus] usernameand[prometheus] passwordoptions; basic auth is enabled only when both are set. This is in addition to the existing no-auth and mutual TLS options and can be combined with TLS. If basic auth is configured while[prometheus] use_tlsisFalse, the credentials are sent over plaintext HTTP and a warning is logged.