Story #7700
Add public_key to the SigningService model itself
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
No
Tags:
Sprint:
Sprint 89
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 having the public key on the SigningService model itself (saved in the db) is a good thing because right now flowing the public key over and over again over the call interface takes more work and is not helpful to the design. In all SigningServices there will be exactly one public key. Keeping this well-known makes everything easier including validating signed data returned from the signing service.
Todo¶
Add a TextField named public_key
to the SigningService model.
History
#7
Updated by rchan about 2 months ago
- Sprint changed from Sprint 86 to Sprint 87
#8
Updated by rchan about 1 month ago
- Sprint changed from Sprint 87 to Sprint 88
#9
Updated by rchan about 15 hours ago
- Sprint changed from Sprint 88 to Sprint 89
Please register to edit this issue