Skip to content

Commit

Permalink
#000 | Stop Lahi Avni integration as per sales team inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
himeshr committed Sep 13, 2024
1 parent 8688035 commit 26fb0da
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions configure/group_vars/onpremise_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ bugsnag_stage: "on-premise"
int_appserver_app_url: "etl.security.lfe.avniproject.org"
etl_allowed_origins: "https://app.security.lfe.avniproject.org"
avni_idp_type: "keycloak"
avni_endpoint_end_of_life_1: "<TBD>"
scheduled_job_trigger_misfire_threshold: "2700000"
scheduled_job_repeat_interval: "60"
avni_server_host: "localhost"
Expand Down
1 change: 1 addition & 0 deletions configure/group_vars/prerelease_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ bugsnag_stage: "prerelease"

etl_allowed_origins: "https://prerelease.avniproject.org,https://int-prerelease.avniproject.org"
avni_idp_type: "cognito"
avni_endpoint_end_of_life_1: "2024-09-05"
scheduled_job_trigger_misfire_threshold: "2700000"
scheduled_job_repeat_interval: "60"

Expand Down
1 change: 1 addition & 0 deletions configure/group_vars/prod_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ etl_server_opts: " -Dnewrelic.environment=production -javaagent:/opt/newrelic/ne

etl_allowed_origins: "https://app.avniproject.org,https://int-prod.avniproject.org"
avni_idp_type: "cognito"
avni_endpoint_end_of_life_1: "<TBD>"
scheduled_job_trigger_misfire_threshold: "4800000"
scheduled_job_repeat_interval: "120"

Expand Down
1 change: 1 addition & 0 deletions configure/group_vars/rwb_prod_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ bugsnag_stage: "prod"

etl_allowed_origins: "https://app.rwb.avniproject.org,https://etl.rwb.avniproject.org"
avni_idp_type: "cognito"
avni_endpoint_end_of_life_1: "<TBD>"
scheduled_job_trigger_misfire_threshold: "2700000"
scheduled_job_repeat_interval: "60"
avni_server_host: "localhost"
Expand Down
1 change: 1 addition & 0 deletions configure/group_vars/rwb_staging_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ bugsnag_stage: "staging"

etl_allowed_origins: "https://staging.rwb.avniproject.org,https://etl-staging.rwb.avniproject.org"
avni_idp_type: "cognito"
avni_endpoint_end_of_life_1: "<TBD>"
scheduled_job_trigger_misfire_threshold: "2700000"
scheduled_job_repeat_interval: "60"
avni_server_host: "localhost"
Expand Down
1 change: 1 addition & 0 deletions configure/group_vars/staging_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ bugsnag_stage: "staging"

etl_allowed_origins: "https://staging.avniproject.org,https://int-staging.avniproject.org"
avni_idp_type: "both"
avni_endpoint_end_of_life_1: "2024-09-05"
scheduled_job_trigger_misfire_threshold: "2700000"
scheduled_job_repeat_interval: "60"
avni_server_host: "localhost"
Expand Down
1 change: 1 addition & 0 deletions configure/roles/avni_appserver/templates/appserver.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export AVNI_ENHANCED_VALIDATION={{avni_enhanced_validation}}
export AVNI_BLACKLISTED_URLS_FILE={{avni_blacklisted_urls_file_path}}
export AVNI_SEND_EXCEPTION_IN_RESPONSE={{avni_send_exception_in_response}}
export AVNI_WEBAPP_TIMEOUT={{avni_webapp_timeout}}
export AVNI_ENDPOINT_END_OF_LIFE_1={{avni_endpoint_end_of_life_1}}
export AVNI_LEGACY_LONGITUDINAL_EXPORT_LIMIT={{avni_server_legacy_longitudinal_export_limit}}
export AVNI_REPORTING_SYSTEM_0_NAME="{{avni_reporting_system_0_name}}"
export AVNI_REPORTING_SYSTEM_0_URL={{avni_reporting_system_0_url}}
Expand Down

0 comments on commit 26fb0da

Please sign in to comment.