Issue #15189 has been reported by Luke Kanies.
----------------------------------------
Bug #15189: Default permissions need to allow 'find' on 'node'
https://projects.puppetlabs.com/issues/15189
Author: Luke Kanies
Status: Unreviewed
Priority: Normal
Assignee:
Category:
Target version:
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.