create frost and grafana read-only user
Closes #23 (closed)
- add
ro_username
,ro_password
andro_url
to classThing
- create two seperate read-only users (
sta_ro_...
/grf_ro_...
) because otherwise all FROST views (even the in-between/helper views) are visible in Grafanas respective project datasource when building a dashboard- they both share the same password
-
grf_ro_...
only has select permissions to tablesthing
,datastream
,observation
,journal
- update
CreateFrostInstanceHandler.py
andCreateThingInGrafanaHandler.py
to use the read-only users
Edited by Joost Hemmen