Authentication is required for every API call to the RemoteSettings stage server. The authentication requirement was not as strict in the dev instance where auth is only required for create/update requests, but not for read requests which check for existence of a collection. Auth everywhere added in d6471a1ecf19d4bb90a0f38dea8186fdddc513f8
Bug 1601303 indicates that the collections have already been created on stage and prod.
https://settings.stage.mozaws.net/v1/buckets/monitor/collections/changes/records indicates that
cfr-ml-experiments
,cfr-ml-models
andcfr-ml-control
are created.This looks like a minor typo for
cfr-ml-model
vscfr-ml-models
https://github.com/mozilla/messaging-system-personalization-experiment-1-numbermuncher/blob/master/cfretl/settings.py#L43