-
Notifications
You must be signed in to change notification settings - Fork 92
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
test-e2e: update libvirt test case to support kbs with ibmse verifier. #1934
Comments
liudalibj
added a commit
to liudalibj/cloud-api-adaptor
that referenced
this issue
Jul 19, 2024
- 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]>
liudalibj
added a commit
to liudalibj/cloud-api-adaptor
that referenced
this issue
Jul 19, 2024
- 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]>
liudalibj
added a commit
to liudalibj/cloud-api-adaptor
that referenced
this issue
Jul 19, 2024
- 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]>
liudalibj
added a commit
to liudalibj/cloud-api-adaptor
that referenced
this issue
Jul 22, 2024
- 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]>
liudalibj
added a commit
to liudalibj/cloud-api-adaptor
that referenced
this issue
Jul 23, 2024
- 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]>
liudalibj
added a commit
to liudalibj/cloud-api-adaptor
that referenced
this issue
Jul 24, 2024
- 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]>
liudalibj
added a commit
to liudalibj/cloud-api-adaptor
that referenced
this issue
Jul 26, 2024
- 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]>
liudalibj
added a commit
to liudalibj/cloud-api-adaptor
that referenced
this issue
Jul 26, 2024
- 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]>
liudalibj
added a commit
to liudalibj/cloud-api-adaptor
that referenced
this issue
Jul 29, 2024
- 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]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In this issue we enhance the kbs related codes to support run test case on KBS with ibmse verifier
depend on confidential-containers/trustee#436
The deploy and test base on env
IBM_SE_CREDS_DIR
refer to https://github.com/confidential-containers/trustee/tree/main/kbs/config/kubernetes#deploy-kbsAll files in the folder
IBM_SE_CREDS_DIR
will be prepared by hand before we run the test case:The text was updated successfully, but these errors were encountered: