testcontainers-java icon indicating copy to clipboard operation
testcontainers-java copied to clipboard

couchbase: allows creation of local RBAC users.

Open aaronjwhiteside opened this issue 4 years ago • 6 comments

Deprecated withCredentials(), created more specific withAdminCredentials() replacement method, and associated getters. Updated tests.

fixes #2795

aaronjwhiteside avatar Jul 19 '20 05:07 aaronjwhiteside

@rnorth @bsideup @kiview let me know if there are any more changes to make to this PR?

aaronjwhiteside avatar Sep 04 '20 03:09 aaronjwhiteside

@bsideup @rnorth @kiview what needs to happen to get this merged?

aaronjwhiteside avatar Nov 18 '20 02:11 aaronjwhiteside

@bsideup @rnorth Is there any way I can help get this PR reviewed and merged?

aaronjwhiteside avatar Jan 24 '21 23:01 aaronjwhiteside

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you believe this is a mistake, please reply to this comment to keep it open. If there isn't one already, a PR to fix or at least reproduce the problem in a test case will always help us get back on track to tackle this.

stale[bot] avatar Jun 18 '21 23:06 stale[bot]

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you believe this is a mistake, please reply to this comment to keep it open. If there isn't one already, a PR to fix or at least reproduce the problem in a test case will always help us get back on track to tackle this.

Latest review comments have been addressed.

@bsideup

aaronjwhiteside avatar Jun 19 '21 00:06 aaronjwhiteside

@daschl is there any library provided by couchbase which offers something like CouchbaseAdminClient? If so, we can take advantage of it for such operations.

eddumelendez avatar Aug 24 '22 00:08 eddumelendez