Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Share embedded dashboards which do not require login #11

Open
codingchili opened this issue Jul 1, 2017 · 2 comments
Open

Share embedded dashboards which do not require login #11

codingchili opened this issue Jul 1, 2017 · 2 comments

Comments

@codingchili
Copy link
Owner

Allows dashboards to be shared and accessible without logging in. Killer feature.

@codingchili
Copy link
Owner Author

in the current state of kibana this is nearly impossible to achieve. Any client loading a shared dashboard is also responsible from loading the data to populate the dashboard. Allowing the clients to fetch the data to populate the dashboards is not secure. There needs to be a server-side function to compile the dashboard.

@codingchili
Copy link
Owner Author

Make an attempt using phantomjs/node-webshot module. The plugin will sign its own token to use for the request, if the url is a "dashboard url". The snapshot taken is streamed back to the requestor, client size needs to be taken into account.

@codingchili codingchili reopened this Jul 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant