aws-nitro-enclaves-cli icon indicating copy to clipboard operation
aws-nitro-enclaves-cli copied to clipboard

Tooling for Nitro Enclave Management

Results 79 aws-nitro-enclaves-cli issues
Sort by recently updated
recently updated
newest added

*Issue #, if available:* *Description of changes:* - image.rs: contains the ImageDetails struct, which represents the metadata of an image in OCI-compliant format. - pull.rs: contains logic for pulling an...

*Issue #, if available:* #368 *Description of changes:* This cleans up attach_console and debug_mode parameter handling. By submitting this pull request, I confirm that you can use, modify, copy, and...

*Issue #, if available:* #204 *Description of changes:* - Implemented 'sign-eif' which can be used to sign an existing EIF by using a private key or KMS. - Add new...

I am trying to run an enclave in debug mode with attached console using `nitro-cli console` or `nitro-cli run-enclave --attach-console`. Every time my enclave exits I get this at the...

good first issue

*Issue #, if available:* None *Description of changes:* Chrono package is no longer maintained and it's marked as having a security vulnerability. I replaced it with [time](https://docs.rs/time/latest/time/) since it's still...

Create a Cargo crate which could later be imported in other applications in order to manage the lifecycles of enclaves. By submitting this pull request, I confirm that you can...

Currently the only option to sign an enclave image is to pass the private key and the certificate to build-enclave command. However, it prevents storing the key in a secure...

enhancement

*Description of changes:* - Added new functions for handling the cache logic - Fixed issues raised by Petre and Erdem - Fixed several cargo clippy errors (remaining errors are unused...

I have a dockerfile with a relative path in the CMD: ``` CMD ["python3" , "./ubuntu-python-server/server.py"] ``` or ``` WORKDIR /home CMD ["python3" , "ubuntu-python-server/server.py"] ``` An enclave created using...

enhancement

**NOTE: Merging Gabriel's lingering commit.** Added a separate integration test which checks if various components are configured correctly (vsock-proxy service, hugetlbfs and CPU pool) after installing the Nitro CLI package....