Issue #15189 has been updated by Luke Kanies.

Ahh, yes - that was the problem, eh? This is a new default security
setting, and because I have an auth.conf it wasn't being added?

I think I saw a log about this being added dynamically on 2.7, but I can
confirm.
----------------------------------------
Bug #15189: Default permissions need to allow 'find' on 'node'
https://projects.puppetlabs.com/issues/15189#change-65653

Author: Luke Kanies
Status: Accepted
Priority: High
Assignee: Patrick Carlisle
Category: 
Target version: 3.0.0
Affected Puppet version: 3.0.0rc3
Keywords: 
Branch: 


I don't know what caused this, but I had to add the following snippet to my 
auth.conf file to make the master work in 3.0:

    path /node
    auth yes
    method find
    allow localhost

Note that this is for a client and server running on the same box with 
'localhost' as the certname - my assumption is that you'll need 'allow *' in 
there, not 'allow localhost'.

I'm guessing this is actually a bug, and this auth change shouldn't be 
necessary.


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to