ManageIQ/manageiq

View on GitHub
lib/patches/config_patch.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module ConfigDecryptPasswords
  def reload!
    Vmdb::Settings.decrypt_passwords!(super)
  end

  alias load! reload!
end

Config::Options.prepend(ConfigDecryptPasswords)
Config::Options.include(MoreCoreExtensions::Shared::Nested)