Skip to content
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

k8s.io 1.28.1 update and SGX rework #1513

Merged
merged 2 commits into from
Sep 4, 2023
Merged

Conversation

mythi
Copy link
Contributor

@mythi mythi commented Aug 30, 2023

Fixes: #1304

The goal is to rework the deployments so that sgx* do not use hostNetwork: true to make IAS scanners happier.

@codecov-commenter
Copy link

codecov-commenter commented Aug 31, 2023

Codecov Report

Merging #1513 (260d211) into main (eab8c68) will not change coverage.
The diff coverage is n/a.

❗ Current head 260d211 differs from pull request most recent head 7f685b5. Consider uploading reports for the commit 7f685b5 to get more accurate results

@@           Coverage Diff           @@
##             main    #1513   +/-   ##
=======================================
  Coverage   50.04%   50.04%           
=======================================
  Files          43       43           
  Lines        4884     4884           
=======================================
  Hits         2444     2444           
  Misses       2301     2301           
  Partials      139      139           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

hostNetwork usage for SGX demo pods is not absolutely necessary so it's
better to clean it up and make IAS "security" scanners happier. It was
originally used to be able to use "localhost" PCCS but this change now
adds an example how proper PCCS url can be configured using jq.

Additionally, SGX DCAP Quote Verification is added.

Signed-off-by: Mikko Ylinen <[email protected]>
@mythi
Copy link
Contributor Author

mythi commented Sep 4, 2023

@hj-johannes-lee ptal

@hj-johannes-lee hj-johannes-lee merged commit 1f792f5 into intel:main Sep 4, 2023
72 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add QuoteVerification for SGX device plugin
4 participants