SUSE / telemetry-server

Proof of Concept Telemetry Server scaffolding
Apache License 2.0
2 stars 0 forks source link

Docker compose postgres DB setup should emulate Amazon RDS settings #33

Open rtamalin opened 1 month ago

rtamalin commented 1 month ago

Right now the Postgres setup script implemented in PR #32 is fairly simple and grants all roles to the user.

Since our long term intent is to leverage an Amazon RDS to provide our Postgres DB, we should update the Postgres script to emulate the settings that would apply to an Amazon RDS deployment.