Closed
Bug 1453581
Opened 7 years ago
Closed 6 years ago
Please modify the schema for the preloads collection to include CRLite enrolment status
Categories
(Cloud Services :: Server: Remote Settings, enhancement)
Cloud Services
Server: Remote Settings
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mgoodwin, Assigned: leplatrem)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Please add a new boolean property to the schema for intermediates records, similar to the "whitelist" property but named something like "crlite_enrolled". E.g:
"crlite_enrolled": {
"type": "boolean",
"title": "CRLite Enrolled",
"description": "Are certificates issued by this issuer to be have revocation status managed through CRLite?"
}
This should be applied to the schema for: https://kinto-writer.stage.mozaws.net/v1/buckets/security-state-staging/collections/intermediates (and the production equivelent on verification of the change).
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → mathieu
Component: Operations: Storage → Server: Remote Settings
QA Contact: chartjes
Assignee | ||
Comment 1•6 years ago
|
||
PR 2055 merged and applied to -stage.
Please test and let me know when it should be applied to -prod.
Assignee | ||
Comment 3•6 years ago
|
||
Mark, I think Wei wants your feedback on this...
This is how it looks:
https://screenshots.firefox.com/pyvqxD30dP5wIvbi/kinto-writer.stage.mozaws.net
It's not along the whitelist field, I'll open a PR on cloudops to polish the form apparence
Assignee | ||
Comment 4•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Flags: needinfo?(mgoodwin)
Assignee | ||
Comment 5•6 years ago
|
||
Wei, can you merge this please?
https://github.com/mozilla-services/cloudops-deployment/pull/2077
Flags: needinfo?(mgoodwin) → needinfo?(wezhou)
PR #2077 merged and changes applied to -stage.
I have NOT applied it to -prod, since in comment #0 it's requested it should be applied "on verification of the change" (on -stage).
Mark or Mat, please let me know when you want this to be applied to -prod.
Flags: needinfo?(wezhou)
Assignee | ||
Comment 7•6 years ago
|
||
Wei, you can roll this out to PROD, the CRLite is still under development anyway
PR #2077 rolled out to -prod.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•