teslamotors / fleet-telemetry

Apache License 2.0
655 stars 73 forks source link

Add ability to disable mTLS #181

Open virtualzone opened 3 months ago

virtualzone commented 3 months ago

Description

This PR adds support for disabling mTLS/TLS. This allows for running fleet telemetry behind a trusted proxy in a secure network which takes care of mTLS handling. mTLS can be disabled in the config by setting disable_tls to true. By default, this value is not set (= false), resulting in the same behaviour as before and ensuring a secure configuration.

Fixes #171

Type of change

Please select all options that apply to this change:

Checklist:

Confirm you have completed the following steps: