Jira (PUP-10442) Remove http file content terminus

1 view
Skip to first unread message

Josh Cooper (Jira)

unread,
Apr 23, 2020, 6:35:03 PM4/23/20
to puppe...@googlegroups.com
Josh Cooper created an issue
 
Puppet / Bug PUP-10442
Remove http file content terminus
Issue Type: Bug Bug
Assignee: Unassigned
Created: 2020/04/23 3:34 PM
Fix Versions: PUP 7.0.0
Priority: Normal Normal
Reporter: Josh Cooper

Puppet no longer retrieves http(s) file content using the indirector so,

Remove the Puppet::Indirector::FileContent::Http terminus
Delete the find method in Puppet::Indirector::GenericHttp
Update Puppet::Indirector::FileMetadata::Http to use the http client if it hasn't already been done.

Add Comment Add Comment
 
This message was sent by Atlassian Jira (v8.5.2#805002-sha1:a66f935)
Atlassian logo

Josh Cooper (Jira)

unread,
Jul 24, 2020, 7:14:03 PM7/24/20
to puppe...@googlegroups.com
Josh Cooper assigned an issue to Josh Cooper
Change By: Josh Cooper
Assignee: Josh Cooper

Josh Cooper (Jira)

unread,
Jul 29, 2020, 10:57:03 AM7/29/20
to puppe...@googlegroups.com
Josh Cooper updated an issue
Change By: Josh Cooper
Sprint: Platform Core KANBAN

Josh Cooper (Jira)

unread,
Jul 29, 2020, 5:25:03 PM7/29/20
to puppe...@googlegroups.com
Josh Cooper updated an issue
Change By: Josh Cooper
Issue Type: Bug Task

Josh Cooper (Jira)

unread,
Jul 30, 2020, 12:12:03 PM7/30/20
to puppe...@googlegroups.com

Josh Cooper (Jira)

unread,
Jul 30, 2020, 12:32:03 PM7/30/20
to puppe...@googlegroups.com
Josh Cooper updated an issue
Change By: Josh Cooper
Release Notes: Bug Fix
Release Notes Summary: It is no longer possible to retrieve http file content using the indirector. Use puppet's builtin HTTP client instead:

```
client = Puppet.runtime[:http]
response = client.get(URI('http://example.com/path'))
```

Josh Cooper (Jira)

unread,
Jul 30, 2020, 12:35:03 PM7/30/20
to puppe...@googlegroups.com
Josh Cooper updated an issue
Change By: Josh Cooper
Release Notes Summary: It is no longer possible to retrieve http file content using the indirector. Use puppet's builtin HTTP client instead:

```
client = Puppet.runtime[:http]
response = client.get(URI(
' " http://example.com/path ' " ))
```

Josh Cooper (Jira)

unread,
Aug 5, 2020, 12:46:02 PM8/5/20
to puppe...@googlegroups.com

Josh Cooper (Jira)

unread,
Aug 5, 2020, 12:46:03 PM8/5/20
to puppe...@googlegroups.com
Josh Cooper commented on Task PUP-10442
 
Re: Remove http file content terminus

Passed CI in 81e3bdf38bbfb1ec

Claire Cadman (Jira)

unread,
Nov 10, 2020, 4:44:03 AM11/10/20
to puppe...@googlegroups.com
Claire Cadman updated an issue
 
Change By: Claire Cadman
Labels: doc_reviewed platform_7
Reply all
Reply to author
Forward
0 new messages