Created
December 30, 2016 07:15
-
-
Save chrisLeeTW/a4dd630e841e63dda888ca1b63073a79 to your computer and use it in GitHub Desktop.
saltstack issue information : local_batch client ignore external auth
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
interface: 0.0.0.0 | |
publish_port: 4505 | |
sign_pub_messages: True | |
file_roots: | |
base: | |
- /srv/salt | |
pillar_roots: | |
base: | |
- /srv/salt/pillar | |
file_ignore_regex: | |
- '/\.svn($|/)' | |
- '/\.git($|/)' | |
fileserver_backend: | |
- roots | |
state_output: mixed | |
hash_type: sha256 | |
auto_accept: True | |
failhard: True | |
external_auth: | |
pam: | |
salt: | |
- '*': | |
- state.highstate | |
- test.ping | |
- '@jobs' | |
- '@runner' | |
rest_cherrypy: | |
port: 8000 | |
host: 0.0.0.0 | |
debug: False | |
disable_ssl: True |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment