From 09b8e3729fa5fe935669d3a108067fb4799118b2 Mon Sep 17 00:00:00 2001 From: Julian Cheal Date: Thu, 20 Sep 2018 11:43:19 +0100 Subject: [PATCH] Delegate verify_ssl & verify_ssl= to default endpoint Creating a provider via the API we need to specify the setting for verify_ssl. Fixes BZ https://bugzilla.redhat.com/show_bug.cgi?id=1605210 --- app/models/ext_management_system.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/models/ext_management_system.rb b/app/models/ext_management_system.rb index ffa64ca172c..98fffcae8e4 100644 --- a/app/models/ext_management_system.rb +++ b/app/models/ext_management_system.rb @@ -142,6 +142,8 @@ def hostname_format_valid? :port=, :security_protocol, :security_protocol=, + :verify_ssl, + :verify_ssl=, :certificate_authority, :certificate_authority=, :to => :default_endpoint,