-
Notifications
You must be signed in to change notification settings - Fork 94
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
e2e-test: update kbs test case to support kbs with ibmse verifier #1935
Conversation
@liudalibj - are you okay for this PR to go in post 0.9.0 release? |
I am okay for this in in post 0.9.0 release. |
54bf408
to
ab65bf2
Compare
One whole test log can be found at here https://github.com/liudalibj/cloud-api-adaptor/actions/runs/10104917246/job/27944630835#step:5:1 the
|
the e2e-test is failed after rebase codes with main brach, |
@liudalibj , should we extract the KBS related code from |
- split kbs relates codes to one file - deploy kbs with ibmse verifer base on ENV IBM_SE_CREDS_DIR - update kbs test case for libvrit provider to support kbs with ibmse verifier - set key source before test cases - `deny_all.rego` and `allow_with_wrong_image_tag.rego` are FAIL cases - `allow_with_correct_claims.rego` is PASS case fixes confidential-containers#1934 Signed-off-by: Da Li Liu <[email protected]>
split kbs related codes to one file. |
- Update podvm-mkosi s390x podvm image build logical - Use `SE_BOOT=true` to enable se image build - support push fedora s390x-se image Signed-off-by: Da Li Liu <[email protected]>
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.
LGTM
thanks @liudalibj
44cecf6
into
confidential-containers:main
As part of the work in confidential-containers#1935, EnableKbsCustomizedPolicy was replaced with EnableKbsCustomizedResourcePolicy and EnableKbsCustomizedAttestationPolicy, but the docker tests wasn't updated, so it doesn't compile, so fix this
As part of the work in confidential-containers#1935, EnableKbsCustomizedPolicy was replaced with EnableKbsCustomizedResourcePolicy and EnableKbsCustomizedAttestationPolicy, but the docker tests wasn't updated, so it doesn't compile, so fix this
As part of the work in confidential-containers#1935, EnableKbsCustomizedPolicy was replaced with EnableKbsCustomizedResourcePolicy and EnableKbsCustomizedAttestationPolicy, but the docker tests wasn't updated, so it doesn't compile, so fix this
As part of the work in confidential-containers#1935, EnableKbsCustomizedPolicy was replaced with EnableKbsCustomizedResourcePolicy and EnableKbsCustomizedAttestationPolicy, but the docker tests wasn't updated, so it doesn't compile, so fix this
As part of the work in confidential-containers#1935, EnableKbsCustomizedPolicy was replaced with EnableKbsCustomizedResourcePolicy and EnableKbsCustomizedAttestationPolicy, but the docker tests wasn't updated, so it doesn't compile, so fix this Signed-off-by: stevenhorsman <[email protected]>
As part of the work in #1935, EnableKbsCustomizedPolicy was replaced with EnableKbsCustomizedResourcePolicy and EnableKbsCustomizedAttestationPolicy, but the docker tests wasn't updated, so it doesn't compile, so fix this Signed-off-by: stevenhorsman <[email protected]>
deny_all.rego
andallow_with_wrong_image_tag.rego
are FAIL casesallow_with_correct_claims.rego
is PASS casefixes #1934