solved: puppet master REST API returns 403 when running under passenger works when master runs from command line
- by Anadi Misra
I am using the standard auth.conf provided in puppet install for the puppet master which is running through passenger under Nginx. However for most of the catalog, files and certitifcate request I get a 403 response.
### Authenticated paths - these apply only when the client
### has a valid certificate and is thus authenticated
# allow nodes to…