scontain / scone-vault

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A demo how to run HashiCorp Vault inside Intel SGX using SCONE

To perform this demo, you run the following command: (see https://sconedocs.github.io/vault/)

docker-compose up

Ensure to execute

docker-compose down

before starting it with up again. Note that the script start_vault.sh is used to start Vault server and inject some secrets used for Nginx.

Details

You can perform the individual steps manually as described below.

Run the demo container using docker-compose:

docker-compose run scone-vault-nginx sh

Go to the deployment directory:

 cd /build_dir/

Install dependencies:

 ./install-deps.sh

Now, run a benchmark to test SCONE Vault getting configuation for Nginx.

./bench.sh

Contacts

Send email to info@scontain.com

About


Languages

Language:Shell 100.0%