Skip to content

Commit

Permalink
Updates dependencies and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
KasparPeterson committed Mar 28, 2024
1 parent a3f58b4 commit 321e1f3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
3 changes: 2 additions & 1 deletion admin/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ cose==0.9.dev2
cryptography==41.0.4
pycryptodome==3.9.9
# Actually need the 24.0.0 but the installation fails and need to upgrade after wards
pyOpenSSL==19.1.0
pyOpenSSL==19.1.0
python-dotenv==1.0.1
14 changes: 10 additions & 4 deletions enclave/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

```shell
sudo yum update -y
sudo yum install git -y
sudo yum install aws-nitro-enclaves-cli -y
sudo yum install aws-nitro-enclaves-cli-devel -y
sudo yum install git python3-pip -y
sudo yum install aws-nitro-enclaves-cli-1.2.2-0.amzn2023 -y
sudo yum install aws-nitro-enclaves-cli-devel-1.2.2-0.amzn2023 -y
sudo yum install docker-24.0.5-1.amzn2023.0.1 -y
sudo systemctl enable --now nitro-enclaves-allocator.service
sudo yum install docker -y
sudo systemctl enable --now docker

sudo usermod -aG ne $USER
Expand All @@ -19,4 +19,10 @@ Verify that dependencies installed and reboot the machine:
nitro-cli --version
docker --version
sudo reboot
```

```shell
sudo systemctl start nitro-enclaves-allocator.service \
&& sudo systemctl enable nitro-enclaves-allocator.service

```

0 comments on commit 321e1f3

Please sign in to comment.