Skip to content

Instantly share code, notes, and snippets.

@ryanwalder
Last active March 9, 2018 15:14
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 ryanwalder/dfad69645e39988d5c74c15769ba6b59 to your computer and use it in GitHub Desktop.
Save ryanwalder/dfad69645e39988d5c74c15769ba6b59 to your computer and use it in GitHub Desktop.
curl -sSk http://localhost:8000 \
-d username='terraform' \
-d password='terraform' \
-d eauth=pam \
-d client="wheel" \
-d fun="key.delete" \
-d match="mgtcfgconl02c.*"
external_auth:
pam:
terraform:
- '@wheel'
rest_cherrypy:
disable_ssl: True
log_error_file: /var/log/salt/api_error.log
port: 8000
log_access_file: /var/log/salt/api_access.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment