aws / aws-nitro-enclaves-cli

Tooling for Nitro Enclave Management
Apache License 2.0
116 stars 78 forks source link

command-executer: Replace deprecated SockAddr with VsockAddr #563

Closed clupuishere closed 7 months ago

clupuishere commented 7 months ago

Currently the run_describe_terminate_command_executer_docker_image test fails when using the deprecated SockAddr dependency because the console output of the enclave under test is not entirely captured. Fortunately, switching to VsockAddr fixes that.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.