Skip to content

Commit

Permalink
use sgx devices inside the enclave
Browse files Browse the repository at this point in the history
  • Loading branch information
zkokelj committed Jun 18, 2024
1 parent d39127e commit 37fc867
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/manual-deploy-obscuro-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ jobs:
&& docker network inspect node_network >/dev/null 2>&1 || docker network create --driver bridge node_network \
&& docker run -d --name datadog-agent \
--network node_network \
--device /dev/sgx_enclave \
--device /dev/sgx_provision \
-e DD_API_KEY=${{ secrets.DD_API_KEY }} \
-e DD_LOGS_ENABLED=true \
-e DD_LOGS_CONFIG_CONTAINER_COLLECT_ALL=true \
Expand Down

0 comments on commit 37fc867

Please sign in to comment.