mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add changelog
This commit is contained in:
parent
051ca53585
commit
43d9b13103
1 changed files with 17 additions and 0 deletions
17
changelog/49949.added
Normal file
17
changelog/49949.added
Normal file
|
@ -0,0 +1,17 @@
|
|||
Salt Api
|
||||
========
|
||||
|
||||
salt-api will now work on Windows platforms with limited support. You will be
|
||||
able to configure the ``rest_cherrypy`` module, without ``pam`` external
|
||||
authentication and without ssl support.
|
||||
|
||||
Example configuration:
|
||||
|
||||
.. code-block:: yaml
|
||||
external_auth:
|
||||
auto:
|
||||
saltuser:
|
||||
-.*
|
||||
rest_cherrypy:
|
||||
host: 127.0.0.1
|
||||
port: 8000
|
Loading…
Add table
Reference in a new issue