Project

General

Profile

Actions

Bug #1766

closed

puppetca proxy broken with puppet 2.7.18

Added by Adam Denning over 11 years ago. Updated over 11 years ago.

Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
-
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

The output format in puppetca changed in 2.7.18. Hostnames are surrounded by "quotes" now. After upgrading from 2.7.17 I get this error clicking on certificates for a puppetca proxy:

smart_proxy_puppetca_url failed to generate from {:action=>"update", :id=>#<SmartProxies::PuppetCA:0x7f12d97a4520 @fingerprint="78:E4:5B:C1:03:BD:3E:B7:97:0F:17:53:7E:FC:73:7F", @smart_proxy_id=1, @expires_at=nil, @name="\"virtualxp-63912\"", @valid_from=nil, @state="valid">, :controller=>"SmartProxies::Puppetca", :smart_proxy_id=>"1-puppetca"}, expected: {:action=>"update", :controller=>"SmartProxies::Puppetca"}, diff: {:id=>#<SmartProxies::PuppetCA:0x7f12d97a4520 @fingerprint="78:E4:5B:C1:03:BD:3E:B7:97:0F:17:53:7E:FC:73:7F", @smart_proxy_id=1, @expires_at=nil, @name="\"virtualxp-63912\"", @valid_from=nil, @state="valid">, :smart_proxy_id=>"1-puppetca"}

full trace:

ActionView::TemplateError
smart_proxy_puppetca_url failed to generate from {:action=>"update", :id=>#, :controller=>"SmartProxies::Puppetca", :smart_proxy_id=>"1-puppetca"}, expected: {:action=>"update", :controller=>"SmartProxies::Puppetca"}, diff: {:id=>#, :smart_proxy_id=>"1-puppetca"}
app/helpers/application_helper.rb:105:in `display_link_if_authorized'
app/views/smart_proxies/puppetca/index.html.erb:23
app/views/smart_proxies/puppetca/index.html.erb:14:in `each'
app/views/smart_proxies/puppetca/index.html.erb:14


Related issues 1 (0 open1 closed)

Is duplicate of Smart Proxy - Bug #1759: Certifcate Signing fails in the UI with latest HEADClosedOhad Levy07/17/2012Actions
Actions #1

Updated by Ohad Levy over 11 years ago

  • Status changed from New to Duplicate
  • Target version set to 1.0
Actions #2

Updated by Adam Denning over 11 years ago

I tried the patch in Bug #1759, and still getting the error above. This is in .4.2.

This seems to be a slightly different issue than Bug #1759 as I'm seeing the error when clicking certificates, not when trying to sign a certificate (I can't get that far).

Actions #3

Updated by Ohad Levy over 11 years ago

I cant reproduce this issue on my setup, are you sure you applied it and restarted your proxy?

Actions #4

Updated by Adam Denning over 11 years ago

My bad. I had restarted foreman-proxy, but guess I had a cache issue or something going on as it seems to be working fine now. Thanks Ohad.

Actions

Also available in: Atom PDF