- fix: Support STUDENT role
- fix: return student dashboards if the user is not listed in the access configuration and the student view is enabled.
- fix: Fix bug when retrieving the default user arn from the settings.
- fix: Fix allowed domain when generating embed url
- Manage nonexistent user access configuration
- Show "available to students" field in the "dashboard type"'s admin list.
- Increase timeout to 60 secs in api calls
- Add user role (dashboard_function) to the signed requests to the api. This allows for Author, AI and Student views in SaaS modes.
- Fix SigV4 calls
- Return "STUDENT" user role in SAAS and CUSTOM modes.
- Return PANORAMA_DEFAULT_USER_ARN if there is no user access configuration.
- Initial release