Skip to content

Instantly share code, notes, and snippets.

Created August 15, 2016 19:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/7f147d1d5306ffc955430c68f555c15a to your computer and use it in GitHub Desktop.
Save anonymous/7f147d1d5306ffc955430c68f555c15a to your computer and use it in GitHub Desktop.
s# cat /etc/salt/master.d/salt-api.conf
rest_cherrypy:
port: 8000
host: 127.0.0.1
# ssl_crt: /etc/pki/tls/certs/localhost.crt
# ssl_key: /etc/pki/tls/certs/localhost.key
disable_ssl: True
debug: True
external_auth:
pam:
salt-api:
- '.*'
- '@wheel'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment