<div dir="ltr"><div>It would be great if one could configure concrete event-listener via the admin-console.</div><div>In my case I have an EventListenerProvider that asynchronously forwards</div><div>a set of configured event types to a REST endpoint via HTTP POST which has configurable options like:</div><div><br></div><div><div><br></div><div>- forwardingEndpoint - Address of the rest endpoint</div><div>- authHeader - Authroization Basic: ... / Bearer: ...</div><div>- includeEventPattern - Regex for matching included event type names</div><div>- excludeEventPattern - Regex for exluding event type names (that were included before)</div><div>- postAsync - use background thread for sending (true/false)</div><div>- retryStrategy - (max retries, backoff etc.)</div><div>- postTimeout - max time for the post request to complete</div><div>- queuePath - file backed FIFO queue </div><div><br></div><div>Currently I have to configure this listener via keycloak-server.json.</div><div><br></div><div>What do you think - shall I create a JIRA for this (allow for event listener configuration)?</div></div><div><br></div><div>Cheers,</div><div>Thomas</div></div>