ryantxu / ajax-panel

Ajax Panel Plugin for Grafana
MIT License
153 stars 154 forks source link

Authentication #101

Open cdaher78 opened 2 years ago

cdaher78 commented 2 years ago

I'm testing Ajax plugin to grab some snapshots from a surveillance server through its API.

I have it all set up and working but I need to enter user and password authentication from the server to get the images as soon as I open the panel.

Is there a way to pass this authentication through direct command?

Thanks in advance.