mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
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:
commit
1b5bf23187
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue