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

Commits on Aug 31, 2023

  1. go.mod: update to k8s.io v1.28.1

    Signed-off-by: Mikko Ylinen <[email protected]>
    mythi committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    ed86c4f View commit details
    Browse the repository at this point in the history
  2. sgx: add QuoteVerification demo and cleanup hostNetwork dependency

    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 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    7f685b5 View commit details
    Browse the repository at this point in the history