This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
The GET /v2/clusters/{id}/users endpoint does not return all database user fields. #10
Labels
enhancement
New feature or request
The response body from a successful
GET /v2/clusters/{id}/users
request does not return all the fields required to create a database user. Theall_bucket_access
field is not returned, so in order to check if that user has access to all buckets, we would have to iterate through all buckets and check that they exist.The terraform provider can't set access in
resourceCouchbaseCapellaDatabaseUserRead
. The terraform state file will be out of sync with the infrastructure in Capella upon any changes to bucket access.The text was updated successfully, but these errors were encountered: