Skip to content

Commit

Permalink
[WFCORE-5740] SecurityRealmUnavailableEvent emitting
Browse files Browse the repository at this point in the history
  • Loading branch information
lvydra committed Feb 8, 2022
1 parent 2ed3908 commit 9a77650
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ This enhancmend will add an ignore-unavailable-realms boolean attribute to a dis

* It should be possible to configure an ```distributed-realm``` with the optional attribute ```ignore-unavailable-realms``` which
allow users to specify that the search should continue on to the next realm if a realm happens to be unavailable.

When ```ignore-unavailable-realms``` is set to true and realm happens to be unavailable, SecurityRealmUnavailableEvent will be emitted to the corresponding SecurityDomain.
This can be turned off by adding `emit-events` attribute and setting it to `false`.


=== Nice-to-Have Requirements
Expand Down

0 comments on commit 9a77650

Please sign in to comment.