testcontainers-java
testcontainers-java copied to clipboard
couchbase: allows creation of local RBAC users.
Deprecated withCredentials(), created more specific withAdminCredentials() replacement method, and associated getters. Updated tests.
fixes #2795
@rnorth @bsideup @kiview let me know if there are any more changes to make to this PR?
@bsideup @rnorth @kiview what needs to happen to get this merged?
@bsideup @rnorth Is there any way I can help get this PR reviewed and merged?
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.
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
@daschl is there any library provided by couchbase which offers something like CouchbaseAdminClient? If so, we can take advantage of it for such operations.