Aethylred / puppet-puppetdashboard

This Puppet module manages the installation of the Puppet Dashboard web interface.
2 stars 2 forks source link

Dashboard application certificate _should_not_ be the same certificate used by it's hosts puppet agent. #6

Open Aethylred opened 10 years ago

Aethylred commented 10 years ago

If the server running the dashboard uses the same certificate to identify itself to the puppetmaster with it's puppet agent and the dashboard application, the dashboard application will be able to see it's host's private information in the inventory and file server.

This may not be desireable.

Needs to be tested and documented.