mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-22 02:03:01 +02:00
Add Loki mTLS to NEWS and remove unnecesary log (#1289).
This commit is contained in:
@@ -93,11 +93,16 @@ defaults for these flags in your borgmatic configuration via the
|
||||
|
||||
### Mutual TLS authentication
|
||||
|
||||
<span class="minilink minilink-addedin">New in version **TBD**</span> Since
|
||||
Loki does not come with a built-in authentication layer [(doc)](https://grafana.com/docs/loki/latest/operations/authentication/), this feature is typically used
|
||||
alongside a reverse proxy (such as [nginx](https://docs.nginx.com/waf/configure/secure-mtls/) or
|
||||
[Traefik](https://doc.traefik.io/traefik/reference/routing-configuration/http/tls/tls-options/#client-authentication-mtls)) that handles mTLS termination.
|
||||
If your setup is configured for mTLS authentication, you can provide a client certificate and private key:
|
||||
<span class="minilink minilink-addedin">New in version 2.1.5</span> Since Loki
|
||||
does not come with a built-in authentication layer
|
||||
[(doc)](https://grafana.com/docs/loki/latest/operations/authentication/), this
|
||||
feature is typically used alongside a reverse proxy (such as
|
||||
[nginx](https://docs.nginx.com/waf/configure/secure-mtls/) or
|
||||
[Traefik](https://doc.traefik.io/traefik/reference/routing-configuration/http/tls/tls-options/#client-authentication-mtls))
|
||||
that handles mTLS termination.
|
||||
|
||||
If your setup is configured for mTLS authentication, you can provide a client
|
||||
certificate and private key:
|
||||
|
||||
```yaml
|
||||
loki:
|
||||
@@ -111,5 +116,7 @@ loki:
|
||||
key_path: /etc/borgmatic/loki-client.key
|
||||
```
|
||||
|
||||
Both `cert_path` and `key_path` must be [PEM-encoded](https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail). They are passed directly
|
||||
to the underlying HTTP client, so the standard mutual TLS handshake is performed for every request borgmatic sends to Loki.
|
||||
Both `cert_path` and `key_path` must be
|
||||
[PEM-encoded](https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail). They are
|
||||
passed directly to the underlying HTTP client, so the standard mutual TLS
|
||||
handshake is performed for every request borgmatic sends to Loki.
|
||||
|
||||
Reference in New Issue
Block a user