Add initdata parameter#12
Merged
Merged
Conversation
993af97 to
5afff51
Compare
Contributor
|
@Jakob-Naucke we decided in the design document to alwys use json for the initidata as well. I think you need some parsing of the initdata to get the uuid correctly |
Contributor
Author
|
ah yes, the commit was older than the settlement of the discussion on trusted-execution-clusters/operator#5 and I just pulled it off the shelf sorry 🤣 let me update. |
For binaries, Cargo.lock should be checked in. Signed-off-by: Jakob Naucke <jnaucke@redhat.com>
5afff51 to
db6f172
Compare
Contributor
|
@Jakob-Naucke can you please fix the linting issue? |
db6f172 to
e75488a
Compare
Contributor
Author
|
whoops, I should pre-commit at some point |
Read initdata from config, passed to trustee-attester. Signed-off-by: Jakob Naucke <jnaucke@redhat.com>
e75488a to
0408023
Compare
Contributor
|
/lgtm |
Jakob-Naucke
added a commit
to Jakob-Naucke/trusted-cluster-investigations
that referenced
this pull request
Nov 12, 2025
Requires initdata-compatible trustee-attester [1] and clevis-pin-trustee [2]. Uses a Trustee that does not verify initdata for now [3]. [1] confidential-containers/guest-components#1163 [2] latchset/clevis-pin-trustee#12 [3] https://github.com/confidential-clusters/trustee/tree/skip-verify-initdata Signed-off-by: Jakob Naucke <jnaucke@redhat.com>
Jakob-Naucke
added a commit
to Jakob-Naucke/trusted-cluster-investigations
that referenced
this pull request
Nov 12, 2025
Requires initdata-compatible trustee-attester [1] and clevis-pin-trustee [2]. Uses a Trustee that does not verify initdata for now [3]. [1] confidential-containers/guest-components#1163 [2] latchset/clevis-pin-trustee#12 [3] https://github.com/confidential-clusters/trustee/tree/skip-verify-initdata Signed-off-by: Jakob Naucke <jnaucke@redhat.com>
Jakob-Naucke
added a commit
to Jakob-Naucke/trusted-cluster-investigations
that referenced
this pull request
Nov 19, 2025
Requires initdata-compatible trustee-attester [1] and clevis-pin-trustee [2]. Uses a Trustee that does not verify initdata for now [3]. [1] confidential-containers/guest-components#1163 [2] latchset/clevis-pin-trustee#12 [3] https://github.com/confidential-clusters/trustee/tree/skip-verify-initdata Signed-off-by: Jakob Naucke <jnaucke@redhat.com>
iroykaufman
pushed a commit
to iroykaufman/investigations
that referenced
this pull request
Nov 27, 2025
Requires initdata-compatible trustee-attester [1] and clevis-pin-trustee [2]. Uses a Trustee that does not verify initdata for now [3]. [1] confidential-containers/guest-components#1163 [2] latchset/clevis-pin-trustee#12 [3] https://github.com/confidential-clusters/trustee/tree/skip-verify-initdata Signed-off-by: Jakob Naucke <jnaucke@redhat.com>
iroykaufman
pushed a commit
to iroykaufman/investigations
that referenced
this pull request
Nov 27, 2025
Requires initdata-compatible trustee-attester [1] and clevis-pin-trustee [2]. Uses a Trustee that does not verify initdata for now [3]. [1] confidential-containers/guest-components#1163 [2] latchset/clevis-pin-trustee#12 [3] https://github.com/confidential-clusters/trustee/tree/skip-verify-initdata Signed-off-by: Jakob Naucke <jnaucke@redhat.com>
This file contains hidden or 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
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.
Read initdata from config, passed to trustee-attester.