Hi all, I am using Databricks and created a notebook and would like to run in Dashboard. It works correctly.
I share the Dashboard with another user UserA with "Can Run" permission When I login as a UserA and login and accesses Dashboard then does an update by clicking the "Update" button. I noticed that the if I run it in UserA, it will update the Dashboard on my screen.
Now the issue is, in the notebook, we do a login to obtain JWT Token and save it in a variable. If I run it as UserA, it will be saved in the state of the notebook, hence, expose a security issue since Databrick does not clear the state whenever a user accesses the dashboard. Any help?