mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Adding in documention for auth_events
configuration option
This commit is contained in:
parent
3ee4eabffd
commit
edfc3dc078
2 changed files with 18 additions and 0 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -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
|
||||
=====================
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue