Hello, and thanks for an amazing product!
My use case is as follows:
I’d like to embed dashboards into another application. My gut feeling is that publicly shared dashboards won’t cut it security wise, so I would like to embed dashboards that are not publicly shared.
Per the docs, this should work: “Embedding a dashboard in this way will require users to be logged-in to Redash.”.
I’m a little confused as to how this should work? Is there a way to programmatically log in to redash and receive like a jwt or api key or something, and then forward this as a url parameter when requesting the dashboard?
Or what strategy could I employ to let specific users access specific dashboards but nothing else?
Thanks in advance!