Closed
Bug 1632136
Opened 5 years ago
Closed 5 years ago
Extraneous collection blocklists-preview/addons-bloomfilters has failing certificate
Categories
(Cloud Services :: Server: Remote Settings, defect, P2)
Cloud Services
Server: Remote Settings
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: leplatrem, Assigned: sven)
References
Details
On STAGE and PROD, the blocklists-preview/addons-bloomfilters collection has a certificate that is about to expire.
This is because the refresh signature lambda skips it.
The refresh signature lambda skips the preview collection because it is unused.
The preview collection for addons-bloomfilters is not used, because review was disabled after the 3 collections were created (staging/addons-bloomfilters, blocklists-preview/addons-bloomfilters, blocklists/addons-bloomfilters).
I would suggest to delete this unused collection.
export AUTH=admin:s3cr3t
export SERVER=https://settings-writer.stage.mozaws.net/v1
http DELETE $SERVER/buckets/blocklists-preview/collections/addons-bloomfilters -a $AUTH
export SERVER=https://settings-writer.prod.mozaws.net/v1
http DELETE $SERVER/buckets/blocklists-preview/collections/addons-bloomfilters -a $AUTH
| Reporter | ||
Updated•5 years ago
|
Summary: Extraneous collection main-preview/cfr-ml-models has failing certificate → Extraneous collection blocklists-preview/addons-bloomfilters has failing certificate
| Reporter | ||
Updated•5 years ago
|
Priority: -- → P2
| Assignee | ||
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•