-
Notifications
You must be signed in to change notification settings - Fork 95
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
image-rs: change namespace of ICR images #383
image-rs: change namespace of ICR images #383
Conversation
Change the namespace of images stored in ICR used for the simple signing XRSS tests. Fixes: confidential-containers#382 Signed-off-by: Matthew Arnold <mattarno@uk.ibm.com>
@stevenhorsman would need to change the |
I've updated it now |
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.
I've testing this locally with the updated API key and the tests are working for me:
/image-rs# cargo test -p image-rs --no-default-features --features=kata-cc-native-tls,keywrap-jwe,signature-simple-xrss
...
running 2 tests
test signature_verification ... ok
test signature_verification_xrss ... ok
test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 25.00s
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.
Thanks @mattarnoatibm LGTM!
PR to fix the lint error #390 |
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
Change the namespace of images stored in ICR used
for the simple signing XRSS tests.
Fixes: #382