yuanl2 / hsbackend

2 stars 0 forks source link

Grafana and InfluxDB to show report #9

Open yuanl2 opened 7 years ago

yuanl2 commented 7 years ago

set up https access and build org for every user and just have view role

yuanl2 commented 7 years ago

create cert and key pem file for https

yuanl2 commented 6 years ago

Config influxDbClient to http user password

yuanl2 commented 6 years ago

1) CREATE USER hsuser WITH PASSWORD 'qazwsx123 ' WITH ALL PRIVILEGES 2) GRANT ALL PRIVILEGES TO 2) influx -username hsuser -password qazwsx123 -precision rfc3339

yuanl2 commented 6 years ago

GRANT READ, WRITE or ALL database privileges to an existing user: GRANT [READ,WRITE,ALL] ON TO

GRANT READ ON "NOAA_water_database" TO "todd"

GRANT ALL ON "NOAA_water_database" TO "todd"

yuanl2 commented 6 years ago

cWF6d3N4MTIzOmhz (qazwsx123:hs)

yuanl2 commented 6 years ago

grafana: admin: cWF6d3N4MTIzOmhz