197. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 2/21/2018 6:58:23 AM Central Standard 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.

197.1 Files compared

# Location File Last Modified
1 CUI-CPP-v2.4.0-source-archive.zip .env.prod Thu Dec 21 03:33:17 2017 UTC
2 CUI-CPP-v2.4.0-source-archive.zip .env.prod Tue Feb 13 15:40:05 2018 UTC

197.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 9 54
Changed 8 28
Inserted 0 0
Removed 0 0

197.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

197.4 Active regular expressions

No regular expressions were active.

197.5 Comparison detail

  1   # .env.pro d
  2   # DEPLOY_T YPE=prod
  3  
  4   # export e nv_prod_fi le=$(echo  '.env.prod ' >> debug _env_load_ order.txt)
  5  
  6   export APP _URL=https ://www. URL   
  7   export APP _LOGIN_URL ='https:// SERVER /sign_in'
  8  
  9   # This is  the inbox  that will  receive me ssages whe n users cl ick "Reque st CUI
  10   # Support"  link at b ottom of / sign_in.
  11  
  12   export SUP PORT_REQUE ST_INBOX=" CUISupport @ DOMAIN "
  13  
  14   ########## ########## ########## ########## ########## ######
  15   ########## ##### VIA  CONFIGURAT ION####### ########## ######
  16   ########## ########## ########## ########## ########## ######
  17   export VIA _CONS_APP_ TOKEN=" REDA C TE D
"
  18   export VIA _CONS_APP_ PASS="
R EDACTED "
  19   export VIA _ACTIVE_FO R_CPP=true
  20   export VIA _ACTIVE_FO R_CUI=true
  21   export VIA _HOST=" SERVER "
  22   export VIA _IP=" IP   # alternat e address  " IP
  23   export VIA _API_URL=" https:// SERVER /via-webse rvices/ser vices/"
  24  
  25   ########## ########## ########## ########## #########
  26   ########## ### SSOi C onfigurati on ####### ##########
  27   ########## ########## ########## ########## ##########
  28   export SSO I_CALLBACK _URL="http s://www. URL /saml/cuic allback"
  29   export SSO I_ISSUER=" AWSCUI"
  30   export SSO I_IDP_TARG ET_URL="ht tps:// SERVER /affwebser vices/publ ic/saml2ss o?SPID=AWS CUI&Re layState=h ttps://www .cui. DNS     "
  31   export SSO I_IDP_CERT _FINGERPRI NT=" RED AC TE D
"
  32   export NAM E_IDENTIFI ER_FORMAT= "urn:oasis :names:tc: SAML:2.0:n ameid-form at:email"
  33   export SSO I_CERTIFIC ATE="ssl/p rod/cui-sa ml.crt"
  34   export SSO I_PRIVATE_ KEY="ssl/p rod/www. URL .key"    #dev key u sed in all
  35  
  36   ########## ########## ########## ########## ##########
  37   ########## ## PUMA SS L BIND ATT RIBUTES ## ##########
  38   ########## ########## ########## ########## ##########
  39   export PUM A_SSL_KEY_ PATH="./ss l/prod/www . URL .key"
  40   export PUM A_SSL_CERT _PATH="./s sl/prod/ww w. URL .crt"
  41