thotasrinath / xk6-couchbase

K6 extension to test Couchbase DB
Apache License 2.0
5 stars 2 forks source link

Support for tls and certificate authentication #8

Open Amar-C opened 3 weeks ago

Amar-C commented 3 weeks ago

Hi, Currently, the plugin supports password authentication. I wanted to request support for certificate authentication

thotasrinath commented 3 weeks ago

Hi @Amar-C, tls Authentication is part of enterprise couchbase. Currently, cannot be implemented.

Amar-C commented 2 weeks ago

Hi @thotasrinath I can see its available in gocb - https://github.com/couchbase/gocb/blob/fcf55fc858b306ab6b96aff2c0b861b5e70aa0b9/auth.go#L80

thotasrinath commented 2 weeks ago

Sure, Will check on this and update