You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently any account is not able to access his own notifications because notification are hidden entities.
Specifically the notification, notification in app and in mail delivery are inside the admin schema and not exposed through any view
Is a complex task, also I have established that account information leakage due to joins on account private entity starting from notification is not possible if notification is a public entity
Which means that we can safely roll out publicly accessible notifications in v1 and then make it private and queriable via an appropriate resolver in v2
Problem
Currently any account is not able to access his own notifications because notification are hidden entities.
Specifically the notification, notification in app and in mail delivery are inside the admin schema and not exposed through any view
orion/db/migrations/2000000000000-Views.js
Line 74 in 9395557
Temporary solution
make them non-hidden on atlas-dev so the testing can progress.
Because at the moment notificatification are inside the admin schema and not expos
Permanent solution
Create a bespoke resolver allowing atlas to query notifications via the in app delivery table
The text was updated successfully, but these errors were encountered: