Hi all,
I couldnt find any info what database plugin we need to use if we have Aurora PostgreSQL and we want dynamic secrets? The database plugins I am seeing are:
"database": [
"cassandra-database-plugin",
"couchbase-database-plugin",
"elasticsearch-database-plugin",
"hana-database-plugin",
"influxdb-database-plugin",
"mongodb-database-plugin",
"mongodbatlas-database-plugin",
"mssql-database-plugin",
"mysql-aurora-database-plugin",
"mysql-database-plugin",
"mysql-legacy-database-plugin",
"mysql-rds-database-plugin",
"postgresql-database-plugin",
"redshift-database-plugin",
"snowflake-database-plugin"
],
Is it okay to use postgresql-database-plugin
for Aurora postgresql? I am kind-a confused because I see a “dedicated” plugin for aurora mysql but not for aurora postgresql just the postgresql-database-plugin. I couldnt find any info in git nor here so can someone confirm what plugin we need to use or is this “supported” by current vault?
Thanks in advance!