Closed
Bug 1460664
Opened 7 years ago
Closed 7 years ago
Please create a new collection in the security-state bucket in stage / production for cert revocations
Categories
(Cloud Services :: Operations: Kinto, task)
Cloud Services
Operations: Kinto
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mgoodwin, Assigned: leplatrem)
References
(Blocks 1 open bug)
Details
The signer should be whatever we're using for sts / preloads / etc.
The schema, initially, could look something like this:
We need to be able to support attachments.
{
"type": "object",
"description": "Certificate revocation data.",
"additionalProperties": false,
"properties": {
"details": {
"type": "object",
"title": "Details",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"title": "Name"
}
}
},
"id": {
"type": "string",
"title": "Id",
"description": "Record id."
},
"schema": {
"type": "integer",
"title": "Schema version",
"description": "Schema version."
},
"incremental": {
"type": "boolean",
"title": "incremental",
"description": "Is this an incremental update (false if a new cascade, true for updates)."
},
},
"title": "Revocation Data",
"required": [
"incremental",
]
}
Comment 1•7 years ago
|
||
Ping ... I'd like to try to post a test attachment to this collection ASAP.
Assignee | ||
Comment 2•7 years ago
|
||
What would be the name of this collection? cert-revocations?
Should the editors and reviewers be the same as those of the intermediates collection?
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → mathieu
Assignee | ||
Comment 3•7 years ago
|
||
Comment 4•7 years ago
|
||
(In reply to Mathieu Leplatre (:leplatrem) from comment #2)
> What would be the name of this collection? cert-revocations?
Perfect, thanks.
> Should the editors and reviewers be the same as those of the intermediates
> collection?
Yes.
Flags: needinfo?(mathieu)
Assignee | ||
Comment 6•7 years ago
|
||
For the next one, I added instructions on the Mana page, it should be more efficient ;)
https://mana.mozilla.org/wiki/pages/viewpage.action?pageId=66655528
Assignee | ||
Comment 7•7 years ago
|
||
Done :) Thanks Wei!
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
https://github.com/mozilla-services/cloudops-deployment/pull/2005 merged and deployed to -prod along with kinto-dist v7.1.0.
You need to log in
before you can comment on or make changes to this bug.
Description
•