Amnesic-Systems / nitriding

Tool kit for building secure, scalable, and networked services on top of AWS Nitro Enclaves.
Mozilla Public License 2.0
2 stars 2 forks source link

Have nitriding fork after setup #16

Open NullHypothesis opened 10 months ago

NullHypothesis commented 10 months ago

It would be convenient to have nitriding fork once networking is all set up. That would allow enclave developers to write startup scripts like:

#!/bin/bash

# Invoke nitriding.
./nitriding -fqdn example.com

# Invoke the enclave application.
./enclave-app -foo -bar

Note the missing ampersand when starting nitriding. The enclave application will only run once nitriding has set up networking.