mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-19 01:58:44 +08:00
Part 1 or removing InsecureDevMode - enterprise still relies on it so a few TODOs were left around for clean up later. This global is mostly leveraged in tests to permit trust when self-signed certificates are used. These tests are often spinning up multiple teleport instances and most of the time exercise trusted clusters which makes them slow. Due to the global nature of InsecureDevMode these tests cannot be run in parallel.