-
Notifications
You must be signed in to change notification settings - Fork 61
Closed
Description
When Eiffel flow is moving closer to the release stage and into delivery, the importance of each event will increase. To safeguard the quality of the pipeline, a way to validate an events authenticity is crucial.
The reason for introducing this issue now is that it has an impact for all messages even though the first usage is not likely to be found in any of the existing CI based flows.
One way to do this is to introduce an optional field in the "meta" area consisting of the following:
- Issuer (This is an identification of the originator of the event)
- Realm (This is a pointer to how/where to validate the Issuers identity and authorization)
- Checksum (This a a computed checksum of the entire event, including Issuer and Realm, using an apropriate checksum technology, encrypted using the Issuers private key using asymmetric cryptography technology of choice.)
In order to have a complete control of secure event handling, an external register of "autorized Issuers per Object" is needed. That particular system is left open for further design.
Metadata
Metadata
Assignees
Labels
No labels