-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CNAB Security 304: Known implementations #288
Conversation
Can you assign me to review? Thanks! |
f4cbf2a
to
ef9d385
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@radu-matei I think it's a great start! A few comments:
- Could we show a complete workflow? Such as setting up the metadata repository for the first time (TUF roles and keys, in-toto root layout and keys, etc). The in-toto bit should be OPTIONAL for most users.
- Could we use a real live registry, if possible, instead of localhost, please?
304-known-implementations.md
Outdated
INFO[0001] Pushed successfully, with digest "sha256:b4936e42304c184bafc9b06dde9ea1f979129e09a021a8f40abc07f736de9268" | ||
``` | ||
|
||
- if the TUF metadata associated with a bundle also contains in-toto metadata in the `custom` object of the targets file, Signy will validate all layouts and links, and perform the verifications inside a verification image: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is still an open work item for Signy.
Per meeting today, Radu and I will work on a Python implementation |
What's the status on this? Should we review it? The last comment makes it sound like there is more work to do. |
@technosophos As a 1.0 WD, it is fine. We are working on the Go implementation right now, so things will change in the near future :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@radu-matei Can you pls make it clear it's a 1.0 WD, add it to ToC in README, and link to it from a sentence in 300?
Do not add the version (1.0 Draft) on this file. We just got that fixed across all files this week. Only the 300 doc needs the version string. Subsections are not independently versioned. |
@technosophos Ooops, got it, thanks! |
@radu-matei Bump, is there anything else we need to do for this? |
Quick ping on this: What is left to do? |
Apply review feedback Update 304 known implementations Signed-off-by: Radu M <root@radu.sh>
748496d
to
70ab70b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@radu-matei You have two ✅ but since there was that one question of that link I'll leave it to you to time when to merge. |
depends on #280