feat(client-go): accept gateway cert by default over TLS

This commit is contained in:
Joseph Doherty
2026-06-01 07:08:47 -04:00
parent 87f86503ef
commit c463b49f46
3 changed files with 79 additions and 2 deletions
+4
View File
@@ -34,6 +34,10 @@ type Options struct {
TransportCredentials credentials.TransportCredentials
// DialOptions are appended to the gRPC dial options after the defaults.
DialOptions []grpc.DialOption
// RequireCertificateValidation forces TLS certificate verification even when
// no CACertFile is pinned. Default false: the gateway's self-signed cert is
// accepted without verification (internal-tool posture).
RequireCertificateValidation bool
}
// BrowseChildrenOptions configures lazy Galaxy hierarchy walks performed by