mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Merge pull request #23045 from cro/event_docfix
Clarify the nature of salt/auth and minion start events
This commit is contained in:
commit
b9df27caf3
@ -19,6 +19,15 @@ Authentication events
|
||||
``reject``.
|
||||
:var pub: The minion public key.
|
||||
|
||||
|
||||
.. note:: Minions fire auth events on fairly regular basis for a number
|
||||
of reasons. Writing reactors to respond to events through
|
||||
the auth cycle can lead to infinite reactor event loops
|
||||
(minion tries to auth, reactor responds by doing something
|
||||
that generates another auth event, minion sends auth event,
|
||||
etc.). Consider reacting to ``salt/key`` or ``salt/minion/<MID>/start``
|
||||
or firing a custom event tag instead.
|
||||
|
||||
Start events
|
||||
============
|
||||
|
||||
@ -37,7 +46,14 @@ Key events
|
||||
|
||||
:var id: The minion ID.
|
||||
:var act: The new status of the minion key: ``accept``, ``pend``,
|
||||
``reject``.
|
||||
``reject``.
|
||||
|
||||
.. warning:: If a master is in :conf_master:`auto_accept mode`, ``salt/key`` events
|
||||
will not be fired when the keys are accepted. In addition, pre-seeding
|
||||
keys (like happens through :ref:`Salt-Cloud<salt-cloud>`) will not cause
|
||||
firing of these events.
|
||||
|
||||
|
||||
|
||||
Job events
|
||||
==========
|
||||
|
Loading…
Reference in New Issue
Block a user