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