Merge pull request #24201 from whiteinge/rest_cherrypy-client-libs

Add list of client libraries for the rest_cherrypy module to the top-level documentation
This commit is contained in:
Nicole Thomas 2015-05-27 20:12:08 -06:00
commit 1b5bf23187

View file

@ -13,12 +13,15 @@ A REST API for Salt
introduced in version 3.2.5. The issue was reportedly resolved with
CherryPy milestone 3.3, but the patch was committed for version 3.6.1.
:optdepends: - ws4py Python module for websockets support.
:client_libraries:
- Java: https://github.com/SUSE/saltstack-netapi-client-java
- Python: https://github.com/saltstack/pepper
:configuration: All authentication is done through Salt's :ref:`external auth
<acl-eauth>` system which requires additional configuration not described
here.
Example production-ready configuration; add to the Salt master config file
and restart the ``salt-master`` and ``salt-api`` daemons:
Example production-ready configuration; add to the Salt master config file
and restart the ``salt-master`` and ``salt-api`` daemons:
.. code-block:: yaml