We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As an Access Manager, I want to be notified when there is a new access request. so that I can approve access in a timely manner.
DEV
TEST
PROD
The text was updated successfully, but these errors were encountered:
Logging:
verbose: [notification.service] Notification triggered verbose: [notification.service] Notification triggered verbose: [notification.service] Notification triggered verbose: [notification.service] Notification triggered debug: [keystone.access-req] Mutation [markAccessRequestAsNotIssued] result {"data":{"updateAccessRequest":{"id":"267"}}} debug: [keystone.activity] [recordActivity] userid=272 name=update AccessRequest[267] debug: [keystone.activity] [recordActivity] result {} [ERROR] Sending notification failed!Error: No recipients defined [SUCCESS] Notification sent to [email protected] [SUCCESS] Notification sent to [email protected] [SUCCESS] Notification sent to [email protected]
Different things to look at:
this.logger
console.log
There is a related issue where the requesters are getting notified even when the provisioning fails:
Sorry, something went wrong.
may be resolved by #452 - collect email for notifications
No branches or pull requests
API Services Portal Issue
User Story
As an Access Manager,
I want to be notified when there is a new access request.
so that I can approve access in a timely manner.
Test Case
ENV
DEV
TEST
PROD
TESTCASE
EXPECTED
ACTUAL
ERROR
Notes
The text was updated successfully, but these errors were encountered: