Skip to content

Commit

Permalink
adding partner 1 & partner 2 test accounts to SFTP, workflow cron, an…
Browse files Browse the repository at this point in the history
…d fhir api endpoint parameter
  • Loading branch information
mdvertola committed Apr 16, 2024
1 parent 8d1984d commit 35a201b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions support/infrastructure/containers/Dockerfile.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ RUN echo "*/5 * * * * cd /app/1115-hub; /root/.deno/bin/deno run -A ./src/ahc-hr
echo "*/5 * * * * cd /app/1115-hub; /root/.deno/bin/deno run -A ./src/ahc-hrsn-elt/screening/orchctl.ts --qe grrhio --publish-fhir 40lafnwsw7.execute-api.us-east-1.amazonaws.com/dev --publish-fhir-qe-id GRRHIO >> /SFTP/observe/log/grrhio.log 2>&1" >> /etc/cron.d/1115-hub && \
echo "*/5 * * * * cd /app/1115-hub; /root/.deno/bin/deno run -A ./src/ahc-hrsn-elt/screening/orchctl.ts --qe healthix --publish-fhir 40lafnwsw7.execute-api.us-east-1.amazonaws.com/dev --publish-fhir-qe-id HEALTHIX >> /SFTP/observe/log/healthix.log 2>&1" >> /etc/cron.d/1115-hub && \
echo "*/5 * * * * cd /app/1115-hub; /root/.deno/bin/deno run -A ./src/ahc-hrsn-elt/screening/orchctl.ts --qe healthelink --publish-fhir 40lafnwsw7.execute-api.us-east-1.amazonaws.com/dev --publish-fhir-qe-id HEALTHELINK >> /SFTP/observe/log/healthelink.log 2>&1" >> /etc/cron.d/1115-hub && \
echo "*/5 * * * * cd /app/1115-hub; /root/.deno/bin/deno run -A ./src/ahc-hrsn-elt/screening/orchctl.ts --qe partner1-test --publish-fhir 40lafnwsw7.execute-api.us-east-1.amazonaws.com/dev --publish-fhir-qe-id PARTNER1-TEST >> /SFTP/observe/log/partner1-test.log 2>&1" >> /etc/cron.d/1115-hub && \
echo "*/5 * * * * cd /app/1115-hub; /root/.deno/bin/deno run -A ./src/ahc-hrsn-elt/screening/orchctl.ts --qe partner2-test --publish-fhir 40lafnwsw7.execute-api.us-east-1.amazonaws.com/dev --publish-fhir-qe-id PARTNER2-TEST >> /SFTP/observe/log/partner2-test.log 2>&1" >> /etc/cron.d/1115-hub && \
echo "*/5 * * * * cd /app/1115-hub; /root/.deno/bin/deno run -A ./src/ahc-hrsn-elt/screening/orchctl.ts --qe hixny --publish-fhir 40lafnwsw7.execute-api.us-east-1.amazonaws.com/dev --publish-fhir-qe-id HIXNY >> /SFTP/observe/log/hixny.log 2>&1" >> /etc/cron.d/1115-hub
RUN chmod 0644 /etc/cron.d/1115-hub
Expand Down
2 changes: 2 additions & 0 deletions support/infrastructure/containers/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ services:
healthix:pass:::ingress/
healthelink:pass:::ingress/
hixny:pass:::ingress/
partner1-test:secret:::ingress/
partner2-test:secret:::ingress/
observe:pass:::log/
workflow:
build:
Expand Down

0 comments on commit 35a201b

Please sign in to comment.