Actions
Story #7701
closedMake SigningService in the DB immutable
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
No
Tags:
Sprint:
Sprint 85
Quarter:
Description
Background¶
A public discussion was had on June 10th https://youtu.be/uecwUFJTWno and minutes taken here: https://hackmd.io/k5xm4WZ7QpeX0HF80XS9OQ
It was determined there that making the SigningService model itself immutable is a good thing for these reason:
- Content signers should be able to leave their existing publications pointing to the old SigningService, otherwise their data will become invalidated.
- Content signers should have to take explicit action when a public key is rotated, especially so they can know to also update clients.
Todo¶
Make it immutable, the data contained in a SigningService, or its subclass should not be modified once saved.
Updated by lmjachky about 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to lmjachky
Updated by pulpbot about 4 years ago
- Status changed from ASSIGNED to POST
Added by Lubos Mjachky about 4 years ago
Updated by Anonymous about 4 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|5fff2a9d91bd9a6418c359202542f5604df365cc.
Updated by pulpbot almost 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Raise an error when a user tries to update a signing service
closes #7701