From cac36365ae54e5a65329e34a56c7e534c2c2f509 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Fri, 21 Oct 2022 08:38:12 +0000 Subject: [PATCH] RFC: add additional user story about algo config Signed-off-by: Hidde Beydals --- rfcs/XXXX-artifact-revision-format/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rfcs/XXXX-artifact-revision-format/README.md b/rfcs/XXXX-artifact-revision-format/README.md index de988481..b159aa93 100644 --- a/rfcs/XXXX-artifact-revision-format/README.md +++ b/rfcs/XXXX-artifact-revision-format/README.md @@ -138,6 +138,9 @@ sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 > revision of an Artifact that is being used, so that I can verify that it > matches the expected revision. +> As a user of the source-controller, I want to be able to configure the +> algorithm used to calculate the checksum of an Artifact. + > As a user of the notification-controller, I want to be able to see the > exact revision a notification is referring to.