-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
1.2.0-rc9
-
False
-
-
False
-
-
Description of the problem:
- disabled: false integrity: sha512-TikxFBxBHKJYZy8go+Mw+7yjfSJILgXjr4K0C0+tnKyMOn+OqIX6K8c1fq7IdXto3fftQ+mmCrBqJem25JjVnA== package: '@redhat/plugin-notifications-backend-module-email-dynamic@0.0.0-rc.0-0' pluginConfig: notifications: processors: email: filter: minSeverity: low maxSeverity: critical excludedTopics: [] allowlistEmailAddresses: [] denylistEmailAddresses: ["rhdh-orchestrator-test@redhat.com"] broadcastConfig: receiver: none receiverEmails: [] cache: ttl: days: 1 concurrencyLimit: 10 replyTo: somevalidemail@redhat.com sender: somevalidemail@redhat.com transportConfig: hostname: ${NOTIFICATIONS_EMAIL_HOSTNAME} password: ${NOTIFICATIONS_EMAIL_PASSWORD} port: 25 secure: false transport: smtp username: ${NOTIFICATIONS_EMAIL_USERNAME}
With the pluginconfig listed above the user that execute a workflow will receive an email notification.
How reproducible:
100%
Steps to reproduce:
1. Run workflow with backstage user with email listed in denylistEmailAddresses
2. check email for notification
3. email notification is sent to user on denylistEmailAddresses
Actual results:
email notification is sent to user on denylistEmailAddresses
Expected results:
email notification NOT sent to user on denylistEmailAddresses
- is related to
-
FLPATH-998 Port Janus Notifications to the Backstage upstream
- ON_QA