salt-api conf file:
rest_cherrypy:
host: 127.0.0.1
port: 9090
debug: true
disable_ssl: True
static: /apps/www/code/saltpad/static
static_path: /static
app: /apps/www/code/saltpad/index.html
app_path: /saltpad
external_auth:
pam:
salt:
- .*
- '@runner'
- '@wheel'
settings.json:
{
"API_URL": "localhost:9090",
"SECURE_HTTP": false,
"FLAVOUR": "rest_cherrypy"
}
