-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat: configuration for attestation #107
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rjzak
force-pushed
the
attestation_config
branch
2 times, most recently
from
November 9, 2022 20:22
b88991c
to
3bae6ca
Compare
rjzak
force-pushed
the
attestation_config
branch
8 times, most recently
from
November 11, 2022 20:48
9fbbf49
to
6e6a049
Compare
Some recent changes beyond the config:
|
rjzak
force-pushed
the
attestation_config
branch
2 times, most recently
from
November 11, 2022 22:16
554ee0f
to
6627512
Compare
rjzak
force-pushed
the
attestation_config
branch
7 times, most recently
from
November 12, 2022 00:24
e26d0d8
to
45d2937
Compare
haraldh
requested changes
Nov 14, 2022
@npmccallum Would it make sense to create configs for different product ids? |
haraldh
requested changes
Nov 14, 2022
rjzak
force-pushed
the
attestation_config
branch
2 times, most recently
from
November 14, 2022 16:56
3d8f726
to
bbe4a1f
Compare
rvolosatovs
reviewed
Dec 3, 2022
rjzak
force-pushed
the
attestation_config
branch
2 times, most recently
from
December 4, 2022 05:06
99c6039
to
8450b88
Compare
rvolosatovs
reviewed
Dec 4, 2022
rjzak
force-pushed
the
attestation_config
branch
2 times, most recently
from
December 4, 2022 17:46
742e542
to
833ad1e
Compare
rjzak
commented
Dec 4, 2022
rjzak
force-pushed
the
attestation_config
branch
2 times, most recently
from
December 5, 2022 21:34
7d21b00
to
2c271b1
Compare
rvolosatovs
reviewed
Dec 5, 2022
rjzak
force-pushed
the
attestation_config
branch
from
December 5, 2022 21:49
2c271b1
to
c70d441
Compare
rjzak
force-pushed
the
attestation_config
branch
2 times, most recently
from
December 6, 2022 16:24
4159161
to
3705f00
Compare
rvolosatovs
reviewed
Dec 6, 2022
This was referenced Dec 6, 2022
Closed
rjzak
force-pushed
the
attestation_config
branch
2 times, most recently
from
December 6, 2022 17:39
16e8515
to
c8b60d1
Compare
rvolosatovs
reviewed
Dec 6, 2022
rvolosatovs
approved these changes
Dec 6, 2022
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.
Co-authored-by: Roman Volosatovs <[email protected]> Signed-off-by: Richard Zak <[email protected]>
rjzak
force-pushed
the
attestation_config
branch
from
December 6, 2022 18:14
c8b60d1
to
9a9d9ac
Compare
rjzak
dismissed
haraldh’s stale review
December 6, 2022 18:55
Harald and I met to discuss the outstanding items which were resolved via the following push
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Working on the configuration file, which:
serde
Option
, at least for nowCurrently has
src/main.rs
in the attestation creates. These are convenience applications to make it easier to look at the CSRs I've collected instead of having to re-compile Steward and get them that way. They will be removed before approval.CC: @npmccallum
Signed-off-by: Richard Zak [email protected]