Sentinel-PaaS / sentinel-api

Sentinel's API server (i.e., the Control Plane), a Node.js application.
MIT License
1 stars 0 forks source link

Allow basic authentication for monitoring websites #52

Closed MFatigati closed 2 years ago

MFatigati commented 2 years ago

Completed: Traefik uses bcrypt to allow a single password for the "admin" username on traefik, grafana and prometheus dashboard.

Seems to work, verify tomorrow:

- name: Prometheus
  # <string, required> datasource type. Required
  type: prometheus
  # <string, required> access mode. direct or proxy. Required
  access: proxy
// ...
  jsonData:
     graphiteVersion: "1.1"
     tlsAuth: false
     tlsAuthWithCACert: false
     tlsSkipVerify: true