acp_transport_mode#

ConnectLaunchConfig.acp_transport_mode: str = 'mtls'#

Specifies the gRPC transport mode to use for the main ACP server.

Possible values are:

  • "mtls" : Mutual TLS (default)

  • "uds" : Unix Domain Sockets (unsupported on Windows)

  • "wnua" : Windows Named User Authentication (unsupported on Unix)

  • "insecure" : Insecure TCP connection (not recommended)