pact-foundation / pact-broker-chart

This repository houses the Pact Broker Helm Chart
MIT License
11 stars 20 forks source link

Enable username retrival from secret #85

Open minedetector opened 3 months ago

minedetector commented 3 months ago

This change allows the username to be fetched from a secret for both self-hosted or external databases This approach is copied from how the database password is configured

kuzaxak commented 3 months ago

@ChrisJBurns Hey. We added a little improvement. Could you please have a look?

ChrisJBurns commented 1 month ago

@minedetector Thanks for the PR, I need to get some CI tests in before I look at this, this should allow us to have more assurance of the changes being made to any of the Postgres code as there are some finicky conditionals that tend to bite every time they are changed!