Improve support for PostgreSQL SSL
treydock opened this issue · 0 comments
treydock commented
Right now getting a working sensu-backend to talk to PostgreSQL requires a lot of logic being added to profile classes that is specific to sensu implementation and very easy to add to this module.
- Ensure proper SSL cert, key and CA are deployed for Sensu
- Support setting
sslmode
in the DSN URL. At this time this is impossible to set without ugly hacks being implemented in profile classes.