From ff7bf73d6b4bf85605901557cb0e522dcf968725 Mon Sep 17 00:00:00 2001 From: Jack Wotherspoon Date: Thu, 18 Jan 2024 16:20:03 -0500 Subject: [PATCH] chore: update comments in proxy.go (#2098) --- internal/proxy/proxy.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/proxy/proxy.go b/internal/proxy/proxy.go index 2d8d0fd1b..9a6ddeed8 100644 --- a/internal/proxy/proxy.go +++ b/internal/proxy/proxy.go @@ -96,7 +96,7 @@ type InstanceConnConfig struct { // and Port. UnixSocketPath string // IAMAuthN enables automatic IAM DB Authentication for the instance. - // Postgres-only. If it is nil, the value was not specified. + // MySQL and Postgres only. If it is nil, the value was not specified. IAMAuthN *bool // PrivateIP tells the proxy to attempt to connect to the db instance's @@ -155,7 +155,7 @@ type Config struct { FUSETempDir string // IAMAuthN enables automatic IAM DB Authentication for all instances. - // Postgres-only. + // MySQL and Postgres only. IAMAuthN bool // MaxConnections are the maximum number of connections the Client may