Azure / open-service-broker-azure

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

Fix case sensitive issue in pqsql binding commands #713

Closed zhongyi-zhang closed 5 years ago

zhongyi-zhang commented 5 years ago

A fix for https://github.com/Azure/open-service-broker-azure/pull/711. Without double-quoting, uppercase letters in various "names" are turned to lowercase. Then, specified admin username with any uppercase letter can make provision failed.