nimbus-web-preview collection is not copying to main collection
Categories
(Cloud Services :: Server: Remote Settings, defect)
Tracking
(Not tracked)
People
(Reporter: ykhurana, Assigned: acottner)
Details
We requested a new collection nimbus-web-preview, we have a similar other collection nimbus-preview- in this it copies from main-workspace to main and hence we can access it through this URLs https://firefox.settings.services.mozilla.com/v1/buckets/main/collections/nimbus-preview/records and https://firefox.settings.services.allizom.org/v1/buckets/main/collections/nimbus-preview/records. When I am trying to push on nimbus-web-preview, it sticks to main-workspace only and not moving to main. If you can change the setting of this similar to nimbus-preview it will unblock us to use this collection. Let me know if you need any other information
| Assignee | ||
Comment 1•1 year ago
•
|
||
nimbus-preview has to_review_enabled set to false, need to make the same change for nimbus-web-preview
| Assignee | ||
Comment 2•1 year ago
|
||
| Assignee | ||
Updated•1 year ago
|
Comment 4•1 year ago
|
||
This should be done now:
$ curl -s https://remote-settings.mozilla.org/v1/ | jq '.capabilities.signer.resources[9]'
{
"source": {
"bucket": "main-workspace",
"collection": "nimbus-web-preview"
},
"destination": {
"bucket": "main",
"collection": "nimbus-web-preview"
},
"preview": {
"bucket": "main-preview",
"collection": "nimbus-web-preview"
},
"to_review_enabled": false
}
Description
•