Skip to content

Commit

Permalink
feat: receiving environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
larry-neil-1206 committed Nov 22, 2024
1 parent c2782a2 commit 0681bc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion my-proof.manifest.template
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ allowed_files = [
[loader]
# Whitelist ENV variables that get passed to the enclave
# Using { passthrough = true } allows values to be passed in from the Satya node's /RunProof endpoint
env.USER_EMAIL = { passthrough = true }
env.AWS_ACCESS_KEY_ID = { passthrough = true }
env.AWS_SECRET_ACCESS_KEY = { passthrough = true }

# These directories are mounted from the host, which will be a temporary directory from the Satya node that's running the proof.
[[fs.mounts]]
Expand Down

0 comments on commit 0681bc8

Please sign in to comment.