Add changelog

This commit is contained in:
twangboy 2020-07-28 11:56:58 -06:00 committed by Daniel Wozniak
parent 051ca53585
commit 43d9b13103

17
changelog/49949.added Normal file
View 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