Skip to content

Commit

Permalink
Revert "Update aws_ssm.rb"
Browse files Browse the repository at this point in the history
This reverts commit 753516e.
  • Loading branch information
mo-zag committed Jun 1, 2023
1 parent 753516e commit c9f5069
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/initializers/aws_ssm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ def set_env(ssm_client, params_list)
params_list.each do |param_name|
ENV[param_name] = ssm_client.get_parameter({ name: "/conclave-cii/#{param_name}", with_decryption: true })[:parameter][:value]
end
ENV[param_name] = ssm_client.get_parameter({ name: "/conclave-cii/ROLLBAR_ACCESS_TOKEN", with_decryption: true })[:parameter][:value]
ENV[param_name] = ssm_client.get_parameter({ name: "/conclave-cii/SERVER_ENV_NAME", with_decryption: true })[:parameter][:value]
config_rollbar if ENV['ROLLBAR_ACCESS_TOKEN'].present?
end

Expand Down

0 comments on commit c9f5069

Please sign in to comment.