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

Add example of AKS attestation and secret provisioning #38

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! Add example of AKS attestation and secret provisioning
Signed-off-by: Veena Saini <veena.saini@intel.com>
veenasai2 committed Jan 26, 2022
commit c9d42232e4f6a41d25791d918d659db055ad2b0f
8 changes: 4 additions & 4 deletions Examples/aks-attestation/README.md
Original file line number Diff line number Diff line change
@@ -49,8 +49,8 @@ Note: This example is Ubuntu-specific (tested version is Ubuntu 18.04).
$ docker push <dockerhubusername>/aks-secret-prov-server-img:latest
```

3. Deploy `aks-secret-prov-server-img:latest` in the AKS confidential compute cluster:
- Reference deployment file: `aks-secret-prov-server-deployment.yaml`
3. Deploy `aks-secret-prov-server-img:latest` in the AKS confidential compute cluster using reference
deployment file: `aks-secret-prov-server-deployment.yaml`

### Creating client (SGX application) image

@@ -75,8 +75,8 @@ Note: This example is Ubuntu-specific (tested version is Ubuntu 18.04).
$ docker push <dockerhubusername>/gsc-aks-secret-prov-client-img:latest
```

6. Deploy `gsc-aks-secret-prov-client-img:latest` in AKS confidential compute cluster:
- Reference deployment file: `aks-secret-prov-client-deployment.yaml`
6. Deploy `gsc-aks-secret-prov-client-img:latest` in AKS confidential compute cluster using
reference deployment file: `aks-secret-prov-client-deployment.yaml`

## Deploying client and server images in AKS confidential compute cluster

3 changes: 2 additions & 1 deletion Examples/aks-attestation/gramine_build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This script assumes that in-kernel driver is installed on the host system.
# Please refer to https://gramine.readthedocs.io/en/latest/devel/building.html#id2 for more details.
# Please refer to https://gramine.readthedocs.io/en/latest/devel/building.html#install-the-intel-sgx-driver
# for more details.

# Install Gramine dependencies
sudo apt-get install -y \