-
Notifications
You must be signed in to change notification settings - Fork 5
Add initdata parameter #12
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
993af97 to
5afff51
Compare
|
@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 |
|
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 <[email protected]>
5afff51 to
db6f172
Compare
|
@Jakob-Naucke can you please fix the linting issue? |
db6f172 to
e75488a
Compare
|
whoops, I should pre-commit at some point |
Read initdata from config, passed to trustee-attester. Signed-off-by: Jakob Naucke <[email protected]>
e75488a to
0408023
Compare
|
/lgtm |
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
Read initdata from config, passed to trustee-attester.