You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
now as I see in the code there is no way to pass http headers to artifact_deploy resource , which will be very useful when request http resources requiring basic authentication.
def remote_file_resource
@remote_file_resource ||= remote_file new_resource.path do
source file_location
checksum new_resource.checksum
owner new_resource.owner
group new_resource.group
backup false
action :nothing
end
end
The text was updated successfully, but these errors were encountered:
melezhik
changed the title
pass http headers in Chef::Resource::RemoteFile
pass http headers to Chef::Resource::RemoteFile
Mar 18, 2015
now as I see in the code there is no way to pass http headers to artifact_deploy resource , which will be very useful when request http resources requiring basic authentication.
The text was updated successfully, but these errors were encountered: