bentonam / fakeit

Generates JSON documents based on models defined in YAML and adds them to a Couchbase Bucket
MIT License
86 stars 21 forks source link

Support For Couchbase Server 5.0 RBAC #156

Closed brantburnett closed 6 years ago

brantburnett commented 6 years ago

Currently, you can only supply a bucket password for Couchbase on the command line. To support Couchbase Server 5.0 we need the ability to supply a username and password.

bentonam commented 6 years ago

@brantburnett We have a dependency on the couchbase-promises project, I have sent them a Pull Request to update the NodeJS SDK to v2.4.0 which adds support for authenticating against CB 5.x, once that is merged and updated in NPM I will update FakeIt

brantburnett commented 6 years ago

@bentonam

Looks like your pull request was merged and released for couchbase-promises. If you like I'd be happy to take on this issue, seems like it might be fun.

bentonam commented 6 years ago

@brantburnett if you'd like to take it on that'd be great. I started to work on it when that PR was merged and just have been caught up and haven't had a chance to get it completed.

brantburnett commented 6 years ago

@bentonam

Thanks for merging my work, I see support is there in version 1.2.0. I've updated the CouchbaseFakeIt Docker image to include this version and everything appears to be working great.

tjbenton commented 6 years ago

@brantburnett thanks for the contribution to the project