alloy: add tls_insecure_skip_verify to otelgrpc.tigor.web.id
This commit is contained in:
parent
828e7fe174
commit
235c45614d
|
@ -51,7 +51,12 @@ in
|
||||||
{$AUTH_USERNAME} {$AUTH_PASSWORD}
|
{$AUTH_USERNAME} {$AUTH_PASSWORD}
|
||||||
}
|
}
|
||||||
|
|
||||||
reverse_proxy ${otelcolGRPCListenAddress}
|
reverse_proxy ${otelcolGRPCListenAddress} {
|
||||||
|
transport http {
|
||||||
|
tls
|
||||||
|
tls_insecure_skip_verify
|
||||||
|
}
|
||||||
|
}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
systemd.services.alloy.serviceConfig = {
|
systemd.services.alloy.serviceConfig = {
|
||||||
|
|
Loading…
Reference in a new issue