class ChefCLI::Policyfile::ArtifactoryCookbookSource
def http_connection_for(base_url)
def http_connection_for(base_url) headers = { "X-Jfrog-Art-API" => artifactory_api_key } @http_connections[base_url] ||= Chef::HTTP::Simple.new(base_url, headers: headers) end