Remove rds iam auth plugin (#3079)

* Revert "Fix auth plugin configuration to match the new SQLAuthPlugin config block (#2844)"

This reverts commit 5acbdd70b1.

* Revert rds-iam-auth - current drivers dont support authentication callbacks

Signed-off-by: Alexander Mays <alex@eastside.io>
This commit is contained in:
Alexander Mays
2022-07-10 16:31:02 -05:00
committed by GitHub
parent d138aefaa9
commit 92c866c5e6
14 changed files with 0 additions and 562 deletions

View File

@@ -73,8 +73,6 @@ persistence:
maxConns: {{ default .Env.SQL_MAX_CONNS "20" }}
maxIdleConns: {{ default .Env.SQL_MAX_IDLE_CONNS "20" }}
maxConnLifetime: {{ default .Env.SQL_MAX_CONN_TIME "1h" }}
authPlugin:
plugin: {{ default .Env.SQL_AUTH_PLUGIN "" }}
tls:
enabled: {{ default .Env.SQL_TLS_ENABLED "false" }}
caFile: {{ default .Env.SQL_CA "" }}
@@ -105,8 +103,6 @@ persistence:
maxConns: {{ default .Env.SQL_VIS_MAX_CONNS "10" }}
maxIdleConns: {{ default .Env.SQL_VIS_MAX_IDLE_CONNS "10" }}
maxConnLifetime: {{ default .Env.SQL_VIS_MAX_CONN_TIME "1h" }}
authPlugin:
plugin: {{ default .Env.SQL_VIS_AUTH_PLUGIN "" }}
tls:
enabled: {{ default .Env.SQL_TLS_ENABLED "false" }}
caFile: {{ default .Env.SQL_CA "" }}
@@ -126,8 +122,6 @@ persistence:
maxConns: {{ default .Env.SQL_MAX_CONNS "20" }}
maxIdleConns: {{ default .Env.SQL_MAX_IDLE_CONNS "20" }}
maxConnLifetime: {{ default .Env.SQL_MAX_CONN_TIME "1h" }}
authPlugin:
plugin: {{ default .Env.SQL_AUTH_PLUGIN "" }}
tls:
enabled: {{ default .Env.SQL_TLS_ENABLED "false" }}
caFile: {{ default .Env.SQL_CA "" }}
@@ -154,8 +148,6 @@ persistence:
maxConns: {{ default .Env.SQL_VIS_MAX_CONNS "10" }}
maxIdleConns: {{ default .Env.SQL_VIS_MAX_IDLE_CONNS "10" }}
maxConnLifetime: {{ default .Env.SQL_VIS_MAX_CONN_TIME "1h" }}
authPlugin:
plugin: {{ default .Env.SQL_VIS_AUTH_PLUGIN "" }}
tls:
enabled: {{ default .Env.SQL_TLS_ENABLED "false" }}
caFile: {{ default .Env.SQL_CA "" }}