Closed Bug 1460664 Opened 6 years ago Closed 6 years ago

Please create a new collection in the security-state bucket in stage / production for cert revocations

Categories

(Cloud Services :: Operations: Kinto, task)

task
Not set
normal

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",
  ]
}
Ping ... I'd like to try to post a test attachment to this collection ASAP.
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: nobody → mathieu
(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)
PR on cloudops is ready to be deployed.
Flags: needinfo?(mathieu)
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
Done :) Thanks Wei!
Status: NEW → RESOLVED
Closed: 6 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.