Skip to content

Commit

Permalink
Revert "- code review changes"
Browse files Browse the repository at this point in the history
This reverts commit 0ca9f06.
  • Loading branch information
nshyrei committed Feb 20, 2024
1 parent 0ca9f06 commit 9bc1f6b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 77 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-solution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Build Rust code
run: |
./build-converter.sh
./build-solution.sh
- name: Run Rust unit tests
env:
Expand Down
73 changes: 0 additions & 73 deletions .idea/workspace.xml

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A confidential VM running unmodified container images in AWS [Nitro Enclaves](ht
Salmiac makes it possible to run an application in isolated compute environments to protect and securely process highly sensitive data.

By default bare Nitro Enclaves doesn't provide any networking capability outside of the enclave environment as well
as no persistent storage, meaning that all your data is lost when container image finishes its execution.
as no persistent storage, meaning that all your data is lost when container image finishes it's execution.

Salmiac enhances Nitro Enclaves by enabling networking for external communication and providing encrypted persistent storage.

Expand All @@ -28,7 +28,7 @@ Quick Start Guide
Follow [this](https://docs.docker.com/engine/install/) guide.


3. Set up your Nitro-enabled AWS EC2 instance:
3. Setup your Nitro-enabled AWS EC2 instance:
- Install docker on your EC2:
Follow step #2
- Install nitro-cli on your EC2:
Expand All @@ -51,7 +51,7 @@ Quick Start Guide
```bash
# Run from the root of the repository
cd salmiac
./build-converter.sh
./build-solution.sh
```

6. Create a simple conversion request json file
Expand Down
File renamed without changes.

0 comments on commit 9bc1f6b

Please sign in to comment.