Azure / open-service-broker-azure

The Open Service Broker API Server for Azure Services
https://osba.sh
MIT License
248 stars 101 forks source link

jdbcUrl for postgres #662

Closed olevett closed 5 years ago

olevett commented 5 years ago

The MSSQL service provides a jdbcUrl property to the secret (e.g. here, which is missing from the MySQL/postgres services.

Is there a reason for this inconsistency, or would a PR for adding JDBC URLs to the other DBs be useful?

jeremyrickard commented 5 years ago

PR would be welcome!

zhongyi-zhang commented 5 years ago

Solved by https://github.com/Azure/open-service-broker-azure/pull/698.