Closed
Description
Description
I'm seeing some strange behaviour on the public dashboard regarding the "Dashboard URI Key" and sensitive/insensitive case which I'll try to describe here.
- Create a dashboard
- Share it and give it a public name: ‘TEST001’.
- Access the dashboard: http:/{opencti}/public/dashboard/TEST001 (normally OK)
- Delete the sharing (the public dashboard)
- Recreate a public dashboard but this time with the public name: ‘test001’.
- Access the Dashboard: http://{opencti}/public/dashboard/test001 (normally OK)
- Try again to access the old dashboard (http:/{opencti}/public/dashboard/TEST001) and in this case instead of being redirected to the authentication page (because it doesn't exist/no longer exists), I can see the widgets on my dashboard with errors in each widget.
Probably a problem with the case of the generated "Dashboard URI Key". Perhaps it would be better to generate a URI key always in lower case.
Environment
- OpenCTI version: 6.1.10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment