yiisoft / yii2-elasticsearch

Yii 2 Elasticsearch extension
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
427 stars 253 forks source link

Curl options config #329

Closed yuniorsk closed 1 year ago

yuniorsk commented 1 year ago
Q A
Is bugfix?
New feature? ✔️
Breaks BC?
Fixed issues

Hi, in elasticsearch is enabled security by default since version 8.0, but there's no way to configure this client to make it work. So I added extra attribute to allow further configuration of curl session. I considered adding new attribute per curl option, but this way is more flexible.

samdark commented 1 year ago

Thanks!