We want to have read-only access to the superset api to fetch data about dashboards, ideally without user interaction.
Given superset's authn/authz is configured using python code, it might be possible to allow a special-case read-only access to requestctl to a narrow api using some shared secret as authentication.
If we can make what we allow narrow enough, it shouldn't have big security implications.