49949.added 377 B

1234567891011121314151617
  1. Salt Api
  2. ========
  3. salt-api will now work on Windows platforms with limited support. You will be
  4. able to configure the ``rest_cherrypy`` module, without ``pam`` external
  5. authentication and without ssl support.
  6. Example configuration:
  7. .. code-block:: yaml
  8. external_auth:
  9. auto:
  10. saltuser:
  11. -.*
  12. rest_cherrypy:
  13. host: 127.0.0.1
  14. port: 8000