Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Johan LarsonJohan LarsonReporter
Eben HaberEben HaberIs this a Regression?
UnknownTriage
UntriagedPriority
MajorInstabug
Open Instabug
Details
Details
Assignee
Johan Larson
Johan LarsonReporter
Eben Haber
Eben HaberIs this a Regression?
Unknown
Triage
Untriaged
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created May 21, 2018 at 9:46 PM
Updated August 7, 2019 at 3:08 PM
Resolved August 7, 2019 at 3:08 PM
Couchbase CE has many fewer roles than EE. If you try to create an index as an unauthenticated user, e.g.,
curl [http://localhost:9093/query/service] -d 'statement=create primary index on default;'
The error message that comes back is:
[{"code":13014,"msg":"User does not have credentials to run index operations. Add role query_manage_index on default to allow the query to run."}]
Yet the CE version doesn't have a query_manage_index role. The query does work you supply user credentials with the Administrator role, or with the "Bucket Full Access" role.