mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Software to automate the management and configuration of any infrastructure or application at scale. Get access to the Salt software package repository here:
2001669011
Adding code to restrict access based on a simple list of IP addresses. Added new "tool" (salt_ip_verify_tool) and reading the list of allowed IPs from the salt master config. |
||
---|---|---|
debian | ||
doc | ||
pkg | ||
rpm | ||
saltapi | ||
scripts | ||
.gitignore | ||
AUTHORS | ||
dev_requirements_python26.txt | ||
dev_requirements_python27.txt | ||
LICENSE | ||
makefile | ||
MANIFEST.in | ||
opt_requirements.txt | ||
README.rst | ||
requirements.txt | ||
setup.py | ||
tests.py |
======== salt-api ======== The Salt API system is used to expose the fundamental aspects of Salt control to external sources. salt-api acts as the bridge between Salt itself and REST, Websockets, etc. Documentation is available on Read the Docs: http://salt-api.readthedocs.org/