-
- Insecure (Skip TLS)
-
- Skip TLS verification. Disable this to use TLS with system root CAs or a custom CA certificate.
-
-
-
- {
- field.onChange(checked);
- if (checked) {
- form.setValue("otel_config.tls_ca_cert", "");
- }
- }}
- disabled={!hasOtelAccess}
- />
-
-
-