Skip to content

Commit

Permalink
Updated combine_configurations.rb to add ssl_mode: disable (close sno…
Browse files Browse the repository at this point in the history
  • Loading branch information
fblundun authored and peel committed May 25, 2020
1 parent 4fde06e commit a630a23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 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 a630a23

Please sign in to comment.