fangli / kibana-authentication-proxy

Hosts the latest kibana3 and elasticsearch behind Google OAuth2, Basic Authentication or CAS Authentication
MIT License
223 stars 66 forks source link

Encoding issue in ES proxy #21

Open calbazasebastian opened 10 years ago

calbazasebastian commented 10 years ago

We had some encoding issues when proxying ES requests that had Chinese characters in their body. If someone else has the same issue, the fix was to replace 'binary' with 'utf-8' for the write calls in es-proxy.js.

fangli commented 10 years ago

Thanks for your feedback, I'll give it a check soon