Skip to content
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

Using on Mac #38

Open
leroylim20 opened this issue Nov 29, 2024 · 0 comments
Open

Using on Mac #38

leroylim20 opened this issue Nov 29, 2024 · 0 comments

Comments

@leroylim20
Copy link

Any one got it working on a mac machine?

I had an error on CONFIG_SETUP_UUID=$(<"/proc/sys/kernel/random/uuid")

at https://github.com/aws/aws-nitro-enclaves-with-k8s/blob/main/enclavectl#L144C1-L144C57 which i fixed by replacing with the following:

CONFIG_SETUP_UUID=$(uuidgen)

However, I got another error

./enclavectl: line 128: CONFIG_${item^^}="$value": bad substitution

Subsequent run got me ./enclavectl: line 167: CONFIG_${item^^}: bad substitution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant