Hi
Our Grafana instance allows non logged in guests and such users are given a default orgid
Is it also possible to have these guests be a specific user?
Thank you for any tips.
Best wishes
Eric
Hi
Our Grafana instance allows non logged in guests and such users are given a default orgid
Is it also possible to have these guests be a specific user?
Thank you for any tips.
Best wishes
Eric
as in: you want to register each guest with a unique user id?
Thank you @mattabrams !
Actually we have public access now without a user Id. Its a bit of hackery but its giving the functionality that we are looking for.
You can check it by going to
https://humanalyse.com/d/meterbolic_standard_dashboard/meterbolic-org-standard-dashboard
They are anonymous users and the influxdb query works (little trick).
Also I must have set orgId
or Public
to be the default Org to make sure that non-signed in users have this Org context.
Issue I have is that when account holders log in and do not specify their orgId
, then they also go to this Public Org. This is an issue.
Any ideas welcome