Skip to content

Commit

Permalink
env var for opa secret
Browse files Browse the repository at this point in the history
  • Loading branch information
daisieh committed Sep 7, 2022
1 parent 665ff4e commit 9124573
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
set -Euo pipefail

export VAULT_S3_TOKEN=$(cat /run/secrets/vault-s3-token)
export OPA_SECRET=$(cat /run/secrets/opa-service-token)

if [[ -f "initial_setup" ]]; then
if [[ -f "/run/secrets/cert.pem" ]]; then
Expand Down

0 comments on commit 9124573

Please sign in to comment.