Closed Bug 1911371 Opened 1 year ago Closed 1 year ago

nimbus-web-preview collection is not copying to main collection

Categories

(Cloud Services :: Server: Remote Settings, defect)

defect

Tracking

(Not tracked)

RESOLVED FIXED

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

nimbus-preview has to_review_enabled set to false, need to make the same change for nimbus-web-preview

Assignee: mathieu → acottner
Status: NEW → ASSIGNED

n/a

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
}
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED

Thank you for your help :)

You need to log in before you can comment on or make changes to this bug.