The ConnectorConfiguration schema now includes a 'tls' field, allowing developers to specify TLS modes such as 'ENCRYPT_VERIFY_CA' or 'ENCRYPT_VERIFY_CA_AND_HOST'. Additionally, new schemas for 'ConnectorConfigurationTlsPrivatePki' and 'ConnectorConfigurationTlsWebPki' have been added, enabling the use of PEM-encoded trusted certificates for private certificate authorities. This allows for more secure connections to external data sources that require specific encryption and verification standards.
Released (18d lead)Medium Impact
Docs