Skip to content

Commit

Permalink
EmrEtlRunner: updated combine_configurations.rb to add ssl_mode: disa…
Browse files Browse the repository at this point in the history
…ble (closes #1996)
  • Loading branch information
fblundun authored and alexanderdean committed Oct 1, 2015
1 parent 924a562 commit 97b3f0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 3-enrich/emr-etl-runner/config/combine_configurations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ def unescape_macros(y)
combined[:storage] = clone(sl_config)
combined[:storage].delete(:aws)
combined[:storage].delete(:s3)
combined[:storage][:targets].each do |target|
target[:ssl_mode] = 'disable'
end

combined[:monitoring] = {
tags: {},
Expand Down

0 comments on commit 97b3f0d

Please sign in to comment.