The Puppet Labs Issue Tracker has Moved: https://tickets.puppetlabs.com
This issue tracker is now in read-only archive mode and automatic ticket export has been disabled. Redmine users will need to create a new JIRA account to file tickets using
https://tickets.puppetlabs.com
. See the following page for information on filing tickets with JIRA:
Bug #15730
No parity between pson and yaml returned from REST API for certificate requests
Status: | Investigating | Start date: | 07/30/2012 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | API | |||
Target version: | - | |||
Affected Puppet version: | 2.7.14 | Branch: | ||
Keywords: | ||||
We've Moved!Ticket tracking is now hosted in JIRA: https://tickets.puppetlabs.com |
Description
curl -k -H "Accept: pson" https://puppetmaster:8140/production/certificate_requests/all
and
curl -k -H "Accept: yaml" https://puppetmaster:8140/production/certificate_requests/all
return different things. pson returns the actual CSR, while yaml returns a yaml hash of the OpenSSL X509 Request object.
Related issues
History
#1
Updated by eric sorenson over 3 years ago
- Status changed from Unreviewed to Investigating
- Assignee set to Jeff Weiss
I think Jeff was looking at this, bumping to him.