Hi, I'm taking the iframe embed from Kibana and I want to plug it into a web app. When it displays, however, it presents a login view. I've tried embedding the auth info in the url a la Basic Auth (http://username:password@...)
to no avail.
The iframe embed seems less useful if it requires the end user to log in to it separately.
Is my only option to remove authentication and proxy the dash through my own authenticated route?
Thanks,
Tom