Closed Bug 1636171 Opened 5 years ago Closed 5 years ago

Please deploy Autopush 1.55.2 to STAGE

Categories

(Cloud Services Graveyard :: Operations: Autopush, task)

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jrconlin, Assigned: oremj)

Details

See https://github.com/mozilla-services/autopush/releases/tag/1.55.2

NOTE: BREAKING CHANGE
Not sure if this was deployed earlier due to a version numbering error, so repeating here.

The following args are now OBSOLETE:

  • --fcm_enabled
  • --fcm_project_id
  • --fcm_service_cred_path
  • --fcm_senderid_list

These are now replaced with

--fcm_creds

which takes a JSON dictionary containing the FCM credentals, and is the same form as APNS or GCM credential dictionaries.

e.g.

fcm_creds={"dev": {"projectid": "fir-bridgetest", "auth": "keys/fir-bridgetest-123abc.json"}}

See docs/running.rst for additional details.

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Product: Cloud Services → Cloud Services Graveyard
You need to log in before you can comment on or make changes to this bug.