306. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/18/2019 5:55:29 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

306.1 Files compared

# Location File Last Modified
1 MCCF_EDI_TAS_TASCore v2.0_Build_10.zip\MCCF_EDI_TAS_DevOps\mccf_devops\templates\shared-server fhir-daily-report.sh Wed Apr 3 02:27:22 2019 UTC
2 MCCF_EDI_TAS_TASCore v2.0_Build_10.zip\MCCF_EDI_TAS_DevOps\mccf_devops\templates\shared-server fhir-daily-report.sh Mon Apr 15 18:00:15 2019 UTC

306.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 3 64
Changed 2 6
Inserted 0 0
Removed 0 0

306.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

306.4 Active regular expressions

No regular expressions were active.

306.5 Comparison detail

  1   #!/bin/sh
  2  
  3   #
  4   # usage >  daily-repo rt.sh ../j son/ecme-e xtract-con fig.json
  5   #
  6   # anticpat e that the re will be  1 cron jo b per repo rt being r un
  7   # the extr act config uration fi le is opti onal.  If  the tas ap i is runni ng aginast  a seeded  database w ith config  table
  8   # then def ault from  /config/rt r will wor k. 
  9   # will lik ely want t o paramete raize _PAT H, ENDPOIN T, secid h eader 
  10   #
  11  
  12   #
  13   # set the  _PATH to t he appropr iate MAG e nviroment 
  14   #
  15   _PATH=http ://localho st:3000/ap i
  16  
  17   #
  18   # set the  ENDPOINT a s requeste d by the p roduct tea m
  19   #
  20   ENDPOINT=/ fsc/v2/837
  21   #
  22   # set the  secid as t he approra te IAM use
  23   #
  24   # Example:  curl -X P OST  -H "s ecid: MOCK -SECID-000 0011111" - H "Content -Type: app lication/j son" $_PAT H/$ENDPOIN
  25   #
  26   # N.B. the  secid is  not used b y this end point in a ny logic o ther than  the tas_ap i boiler p late auth
  27   # for iam  mock purpo ses and wh en iam is  enabled th is will ne ed to be v alid iam s ecid
  28   #ulimit -a
  29   echo -ne " \n\r=====\ n\r$(basen ame ${0})  run on $(d ate "+%Y%m %d EST%H:% M:%S") $(d ate -u "+U TC%H:%M:%S ") \n\r"
  30   #####curl  -w @/usr/l ocal/bin/c url-format .txt -X PO ST    -H "secid: _000011111 " http:// DNS . URL : PORT /api/fsc/v 2/837
  31   #####curl  --max-time  840 -w @/ usr/local/ bin/curl-f ormat.txt  -X POST    -H "secid: _000011111 " http:// DNS . URL : PORT /api/fsc/v 2/837
  32  
  33  
  34   curl --max -time 840  -w @/usr/l ocal/bin/c url-format .txt -X PO ST    -H "secid: _000011111 " http:// DNS . URL /api/fsc/v 2/837
  35   echo ""