Vincent
2011-Apr-01 06:22 UTC
[Puppet Users] Puppet Dashboard retrieving facts from inventory service
Hello, I am trying to use the Inventory feature of the Dashboard. I ve got this error Inventory Could not retrieve facts from inventory service: 403 "Forbidden request: puppetmaster.X.X (x.x.x.x) access to /facts/xxxx.xx [find] at line 102 " In the message log I see two error on Forbidden and one Denying : Apr 1 08:17:12 puppetmaster puppet-master[12459]: Denying access: Forbidden request: puppetmaster.x.x.x() access to /facts/xxx.xx [find] at line 102 Apr 1 08:17:12 puppetmaster puppet-master[12459]: Forbidden request: puppetmaster.x.x.x() access to /facts/xxx.xx [find] at line 102 currently I have add in the auth.conf : ... path /facts method find allow * .. Vincent -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Vincent
2011-Apr-01 10:01 UTC
[Puppet Users] Re: Puppet Dashboard retrieving facts from inventory service
It s work, I have adapt the auth.conf and add auth no : .. path /facts auth no method find allow dashboard .. Vincent On 1 avr, 08:22, Vincent <vlouvi...@gmail.com> wrote:> Hello, > > I am trying to use the Inventory feature of the Dashboard. > > I ve got this error > Inventory > Could not retrieve facts from inventory service: 403 "Forbidden > request: puppetmaster.X.X (x.x.x.x) access to /facts/xxxx.xx [find] at > line 102 " > > In the message log I see two error on Forbidden and one Denying : > > Apr 1 08:17:12 puppetmaster puppet-master[12459]: Denying access: > Forbidden request: puppetmaster.x.x.x() access to /facts/xxx.xx [find] > at line 102 > Apr 1 08:17:12 puppetmaster puppet-master[12459]: Forbidden request: > puppetmaster.x.x.x() access to /facts/xxx.xx [find] at line 102 > > currently I have add in the auth.conf : > ... > path /facts > method find > allow * > .. > > Vincent-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.