4010 Commits

Author SHA1 Message Date
Moritz Sanft
f7ce3d9d4e
config: mark attestationconfigapi as unimplemented 2024-04-16 14:03:05 +02:00
Moritz Sanft
b4811b8b76
terraform_provider: correctly pass down CC technology 2024-04-16 14:03:04 +02:00
Moritz Sanft
55d865887f
linter fixes 2024-04-16 14:03:03 +02:00
Moritz Sanft
bea33f349f
Update terraform-provider-constellation/internal/provider/attestation_data_source_test.go
Co-authored-by: Adrian Stobbe <stobbe.adrian@gmail.com>
2024-04-16 14:03:02 +02:00
Moritz Sanft
75be502490
Update docs/docs/overview/clouds.md
Co-authored-by: Daniel Weiße <66256922+daniel-weisse@users.noreply.github.com>
2024-04-16 14:03:01 +02:00
Moritz Sanft
1657b127c4
Update cli/internal/cmd/verify.go
Co-authored-by: Daniel Weiße <66256922+daniel-weisse@users.noreply.github.com>
2024-04-16 14:03:00 +02:00
Moritz Sanft
aec00b23b7
gcp: remove nonsense test 2024-04-16 14:02:59 +02:00
Moritz Sanft
ea897baf39
gcp: only run test with TPM simulator 2024-04-16 14:02:58 +02:00
Moritz Sanft
3c07430e17
linter fixes 2024-04-16 14:02:57 +02:00
Moritz Sanft
2ecffaf601
docs: add GCP SEV-SNP reference 2024-04-16 14:02:56 +02:00
Moritz Sanft
b7fe2efa92
terraform-provider: support GCP SEV-SNP 2024-04-16 14:02:55 +02:00
Moritz Sanft
25e1eca26d
ci: add GCP SEV-SNP 2024-04-16 14:02:54 +02:00
Moritz Sanft
cb543c75f8
Adjust usage of GCP SEV-SNP throughout codebase 2024-04-16 14:02:53 +02:00
Moritz Sanft
640f6c402b
cli: support GCP SEV-SNP for constellation verify 2024-04-16 14:02:52 +02:00
Moritz Sanft
4298fcfb8e
cli: add TF variable passthrough for GCP SEV-SNP variables 2024-04-16 14:02:51 +02:00
Moritz Sanft
68037cf364
choose: add GCP SEV-SNP 2024-04-16 14:02:50 +02:00
Moritz Sanft
57498a3f78
gcp: factor out common logic 2024-04-16 14:02:49 +02:00
Moritz Sanft
afeac3a8e9
attestation: add GCP SEV-SNP attestation logic 2024-04-16 14:02:48 +02:00
Moritz Sanft
5488ba1357
gcp: separate package for SEV-ES 2024-04-16 14:02:47 +02:00
Moritz Sanft
3999cbc1e4
measurements: add GCP SEV-SNP measurements 2024-04-16 14:02:46 +02:00
Moritz Sanft
b9a982d1d3
config: add SEV-SNP config options for GCP 2024-04-16 14:02:07 +02:00
Moritz Sanft
3a349b1a15
variant: add SEV-SNP attestation variant 2024-04-16 14:02:06 +02:00
Moritz Sanft
667e04193d
terraform: enable creation of SEV-SNP VMs on GCP 2024-04-16 14:02:05 +02:00
Markus Rudy
f189aa186f
dev-docs: document security advisory process (#3024)
* dev-docs: document security advisory process
2024-04-15 11:49:23 +02:00
edgelessci
456279c896
image: update locked rpms (#3026)
Co-authored-by: malt3 <1780588+malt3@users.noreply.github.com>
2024-04-15 07:44:24 +02:00
edgelessci
41e4f144ed
image: update measurements and image version (#3023)
Co-authored-by: katexochen <49727155+katexochen@users.noreply.github.com>
2024-04-12 08:24:28 +02:00
davidweisse
e89d8e4d72
ci: add error handling to e2e windows liveness probe (#3018)
* workflows: add error handling to e2e windows liveness probe

* update retry condition in last iteration

* Update liveness probe to check for correct number of nodes

* ci: fix Windows e2e test not pushing required container images (#3021)

* More output when waiting for nodes to get ready
* Create unique resource group name for Windows e2e test
* Push container images on windows CLI build to fix e2e test

---------

Signed-off-by: Daniel Weiße <dw@edgeless.systems>

* Fix resource group naming

Signed-off-by: Daniel Weiße <dw@edgeless.systems>

---------

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
Co-authored-by: Daniel Weiße <66256922+daniel-weisse@users.noreply.github.com>
Co-authored-by: Daniel Weiße <dw@edgeless.systems>
2024-04-11 11:27:12 +02:00
Markus Rudy
f6dfea2a79
helm: unbreak helm test after Cilium version bump (#3022) 2024-04-11 09:38:15 +02:00
Markus Rudy
550798279a
Merge pull request from GHSA-g8fc-vrcg-8vjg
* helm: firewall pods

* helm: bump cilium chart version

---------

Co-authored-by: Leonard Cohnen <lc@edgeless.systems>
2024-04-10 13:48:32 +02:00
Daniel Weiße
6e31223ff9
ci: suppress license check on windows e2e (#3020)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
2024-04-10 10:51:09 +02:00
edgelessci
7bdd4c2449
image: update measurements and image version (#3019)
Co-authored-by: katexochen <49727155+katexochen@users.noreply.github.com>
2024-04-10 08:25:16 +02:00
Daniel Weiße
cddbba1898
ci: bump fromVersion for e2e tests to v2.16.2 (#3016)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
2024-04-08 11:13:44 +02:00
Moritz Eckert
c3eae84fbb
docs: update images with inter font (#2995) 2024-04-08 07:28:01 +02:00
edgelessci
2c70867bc2
image: update locked rpms (#3017)
Co-authored-by: malt3 <1780588+malt3@users.noreply.github.com>
2024-04-07 10:30:01 +02:00
Daniel Weiße
a2737e8f61
ci: bump slsa-verifier to v2.5.1 (#3015)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
2024-04-05 21:00:33 +02:00
edgelessci
249148abe2
image: update measurements and image version (#3013)
Co-authored-by: katexochen <49727155+katexochen@users.noreply.github.com>
2024-04-05 15:23:44 +02:00
Daniel Weiße
408eb31422
ci: fix slsa generator action by updating to new version (#3014)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
2024-04-05 14:29:52 +02:00
Malte Poll
2a226fd8e9
deps: update Go toolchain to 1.22.2 (#3010)
* deps: update Go toolchain to 1.22.2
* deps: update vulnerable dependencies (govulncheck)
2024-04-05 12:14:48 +02:00
Moritz Sanft
b38a8f4d49
rfc: remove broken link (#3012) 2024-04-05 11:42:36 +02:00
miampf
840f460bac
logging: unify debug log message format (#2997) 2024-04-03 13:49:03 +00:00
Malte Poll
24c346c657
bazel: patch Go SDK to increase tls maxHandshake size (#3009) 2024-04-03 14:08:45 +02:00
edgelessci
638a94c7c6
image: update measurements and image version (#3008)
Co-authored-by: katexochen <49727155+katexochen@users.noreply.github.com>
2024-04-03 08:28:45 +02:00
Thomas Tendyck
d8d2cd48c1 ci: disable license check for minicon e2e 2024-04-02 17:21:22 +02:00
Malte Poll
93441fe1ee
terraform: update terraform provider STACKIT (#3007) 2024-04-02 17:17:17 +02:00
edgelessci
3ebf66554f
image: update locked rpms (#3005)
Co-authored-by: malt3 <1780588+malt3@users.noreply.github.com>
2024-04-02 09:23:39 +02:00
edgelessci
d6ac1967c5
image: update measurements and image version (#3004)
Co-authored-by: katexochen <49727155+katexochen@users.noreply.github.com>
2024-04-02 08:44:25 +02:00
miampf
febe8f0801
ci: add a delete artifact action (#2999) 2024-03-25 13:36:09 +00:00
renovate[bot]
4ca9db156b
deps: update module github.com/docker/docker to v25.0.5+incompatible [SECURITY] (#2998)
* deps: update module github.com/docker/docker to v25.0.5+incompatible [SECURITY]

* deps: tidy all modules

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: edgelessci <edgelessci@users.noreply.github.com>
2024-03-25 09:35:56 +01:00
edgelessci
367b278002
image: update measurements and image version (#3000)
Co-authored-by: katexochen <49727155+katexochen@users.noreply.github.com>
2024-03-25 08:19:58 +01:00
edgelessci
309bc83831
image: update locked rpms (#3002)
Co-authored-by: malt3 <1780588+malt3@users.noreply.github.com>
2024-03-24 19:59:45 +01:00