Adding in documention for auth_events configuration option

This commit is contained in:
Gareth J. Greenaway 2018-01-05 12:29:21 -08:00
parent 3ee4eabffd
commit edfc3dc078
No known key found for this signature in database
GPG key ID: 10B62F8A7CAD7A41
2 changed files with 18 additions and 0 deletions

View file

@ -956,6 +956,22 @@ The TCP port for ``mworkers`` to connect to on the master.
tcp_master_workers: 4515
.. conf_master:: master_job_cache
``auth_events``
--------------------
.. versionadded:: 2017.7.0
Default: ``True``
Determines whether the master will fire authentication events.
:ref:`Authentication events <event-master_auth>` are fired when
a minion performs an authentication check with the master.
.. code-block:: yaml
auth_events: True
.. _salt-ssh-configuration:

View file

@ -7,6 +7,8 @@ Salt Master Events
These events are fired on the Salt Master event bus. This list is **not**
comprehensive.
.. _event-master_auth:
Authentication events
=====================