-
Notifications
You must be signed in to change notification settings - Fork 3
Enable sub-attesters content type selection and minor fixes #43
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
Conversation
fb9331a to
c970d61
Compare
thomas-fossati
left a comment
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, thanks! There’s just one easy to fix bug in the documentation.
README.md
Outdated
| the following example: | ||
| ```json | ||
| "attester-selection": { | ||
| mocktsm:{ |
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.
invalid JSON (missing quotes)
| mocktsm:{ | |
| “mocktsm”: { |
Also, should it be "mock-tsm” instead?
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.
Yes, the right name should be mock-tsm (has a dash)
thomas-fossati
left a comment
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.
thanks for addressing my comments!
![]()
Signed-off-by: Ian Chin Wang <[email protected]>
Now users may pick the desired output content type of each sub-attester
by specifying field "content-type" in "attester-selection" as shown in
the following example:
"attester-selection": {
"mock-tsm":{
"content-type": "application/vnd.veraison.configfs-tsm+json",
"privilege_level": "3"
}
}
Signed-off-by: Ian Chin Wang <[email protected]>
"selecton" to "selection" Signed-off-by: Ian Chin Wang <[email protected]>
4b79dd8 to
2845ffe
Compare
Now users may pick the desired output content type of each sub-attester
by specifying field "content-type" in "attester-selection" as shown in
the following example: