chef-boneyard / opscode-pushy-server

Chef Push Jobs Server
https://docs.chef.io/push_jobs.html
Apache License 2.0
16 stars 10 forks source link

Allow Pushy Server to optionally use a different username for establishing database connections #190

Open zanecodes opened 5 years ago

zanecodes commented 5 years ago

Description

This change allows Pushy Server to optionally use a different username for establishing database connections than is used within database queries. This is necessary when using Azure Database for PostgreSQL as an external database.

Issues Resolved

https://github.com/chef/chef-server/issues/1559

Check List