-
Notifications
You must be signed in to change notification settings - Fork 76
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
[kmstool-enclave-cli] Add GenerateRandom command and smoke test scripts #132
[kmstool-enclave-cli] Add GenerateRandom command and smoke test scripts #132
Conversation
Fixes issue aws#131. Signed-off-by: Richard Fan <[email protected]>
Fix incorrect content on genkey command Improve formatting Signed-off-by: Richard Fan <[email protected]>
Signed-off-by: Richard Fan <[email protected]>
@petreeftime for your review, thanks |
Signed-off-by: Richard Fan <[email protected]>
d4ea803
to
5bcde49
Compare
--aws-access-key-id ${ACCESS_KEY_ID} \ | ||
--aws-secret-access-key ${SECRET_ACCESS_KEY} \ | ||
--aws-session-token ${SESSION_TOKEN} \ | ||
--ciphertext ${CIPHERTEXT} |
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.
Would be more useful to have a status after each test rather than exit the script after the first failure.
Eg:
Decrypt: SUCCESS
GenKey: FAIL
...
===
Status: FAIL
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.
Added in 33a67da
Signed-off-by: Richard Fan <[email protected]>
Signed-off-by: Richard Fan <[email protected]>
Issue #, if available:
#131
Description of changes:
genrandom
command into kmstool-enclave-cliBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.