Puppetboard is an excelent radiator of information, but sometimes we want to expose information to users we don't trust giving full access to the PuppetDB query language. I would reccomend that Puppetboard be run twice. One, with query enabled, run on a port behind apache login. Another, with query disabled, run unproxied for the unwashed masses. Closes #10.
12 lines
219 B
Python
12 lines
219 B
Python
PUPPETDB_HOST='localhost'
|
|
PUPPETDB_PORT=8080
|
|
PUPPETDB_SSL=False
|
|
PUPPETDB_KEY=None
|
|
PUPPETDB_CERT=None
|
|
PUPPETDB_TIMEOUT=20
|
|
PUPPETDB_API=3
|
|
DEV_LISTEN_HOST='127.0.0.1'
|
|
DEV_LISTEN_PORT=5000
|
|
ENABLE_QUERY=True
|
|
LOGLEVEL='info'
|