lib/uaa/token_issuer.rb in cf-uaa-lib-3.1.0 vs lib/uaa/token_issuer.rb in cf-uaa-lib-3.2.0
- old
+ new
@@ -108,9 +108,10 @@
def initialize(target, client_id, client_secret = nil, options = {})
@target, @client_id, @client_secret = target, client_id, client_secret
@token_target = options[:token_target] || target
@key_style = options[:symbolize_keys] ? :sym : nil
self.skip_ssl_validation = options[:skip_ssl_validation]
+ self.ssl_ca_file = options[:ssl_ca_file]
self.http_proxy = options[:http_proxy]
self.https_proxy = options[:https_proxy]
end
# Allows an app to discover what credentials are required for