-
Notifications
You must be signed in to change notification settings - Fork 54
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
api: for Azure attestationconfigapi use TCB values from SNP report instead of MAA token #2429
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
✅ Deploy Preview for constellation-docs canceled.
|
elchead
force-pushed
the
feat/api/azure-use-tcb-values-for-version
branch
2 times, most recently
from
October 11, 2023 07:47
47b5b31
to
6d2d72a
Compare
The verify test currently only allows uploads to the API on main. Is this restriction necessary? It would be easier to test without it and also I don't see any no harm |
elchead
force-pushed
the
feat/api/azure-use-tcb-values-for-version
branch
from
October 11, 2023 14:07
eb523a8
to
5f5a2a3
Compare
derpsteb
reviewed
Oct 12, 2023
derpsteb
reviewed
Oct 12, 2023
elchead
force-pushed
the
feat/api/azure-use-tcb-values-for-version
branch
from
October 16, 2023 07:13
71105d8
to
75895ec
Compare
This reverts commit 0a7cf08.
elchead
force-pushed
the
feat/api/azure-use-tcb-values-for-version
branch
from
October 16, 2023 12:47
871c70c
to
7916f57
Compare
4 tasks
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.
Only reviewed the Go code.
Looks mostly good to me
daniel-weisse
approved these changes
Oct 17, 2023
Signed-off-by: Daniel Weiße <[email protected]>
…pe (#2459) * Add missing quotation marks for region flag * Revert default Azure region to northeurope --------- Signed-off-by: Daniel Weiße <[email protected]>
* add field docs to the state file * mark only optional fields * tidy * use talos encoder
* create state file during config generate * use written file in `constellation create` * document creation of state file * remove accidentally added test * check error when writing state file
Co-authored-by: malt3 <[email protected]>
* custom byte slice marshalling Signed-off-by: Moritz Sanft <[email protected]> * byte slice compatibility Signed-off-by: Moritz Sanft <[email protected]> * other byte slice compat test Signed-off-by: Moritz Sanft <[email protected]> * add missing dep Signed-off-by: Moritz Sanft <[email protected]> * export byte type alias Signed-off-by: Moritz Sanft <[email protected]> * regenerate exported type Signed-off-by: Moritz Sanft <[email protected]> * test marshal and unmarshal together Signed-off-by: Moritz Sanft <[email protected]> --------- Signed-off-by: Moritz Sanft <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…nager Docker tag to v1.26.4 (#2466) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
mkosi now warns about what settings are defined in what sections. Soon, the config parsing might fail when settings are in the wrong sections.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
#2473) * image: use systemd-dissect from the host when calculating measurements * ci: setup bazel and nix toolchains before merging os image measurements
Coverage report
|
3 tasks
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.
Context
Since the MAA version values are intransparent and were found to not be reliable for TCB version inference, we are now using the values from the SNP report instead.
Proposed change(s)
Additional info
Checklist