Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
1
-
SDK24: Lambda + Known Issues
Description
This requests support for exercising the changePassword API using the Couchbase Go SDK. It doesn't appear that this is currently supported. We have the need to change a user's own password and are currently using the "settings/rbac/users" API via https://github.com/couchbase/gocb/blob/master/cluster_usermgr.go#L470.
This requires the user to have the "full_admin" role, which is more permissive than we'd like. Additional context is available in this forum post:
We're open to other approaches around constructing the changePassword request using the Couchbase Go SDK if any are available.
Thanks!
Attachments
Issue Links
- relates to
-
JVMCBC-976 Internal HTTP client API
-
- Resolved
-
Hi Austin Gebauer we have plans within the SDK to add a HTTP client, which will allow users to specify things like the URL path, body etc... and the SDK will handle routing and all those details. The timeframe for this isn't specified at the moment and it will initially be added at volatile API stability but it should cover this sort of usecase where you want to do something that the SDK doesn't specifically support.