Skip to content

Commit

Permalink
Merge pull request #224 from CanDIG/daisieh/opa-secret
Browse files Browse the repository at this point in the history
Opa secret
  • Loading branch information
brouillette authored Sep 7, 2022
2 parents 339e246 + 9124573 commit 012fe36
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 012fe36

Please sign in to comment.