1
0
Fork 0
mirror of synced 2024-11-05 01:08:57 -05:00
Commit graph

12 commits

Author SHA1 Message Date
Guillaume Thouvenin
377c14cca0 Add support for LDAP authentication
This patch adds support for LDAP authentication. It also adds support
to manage authorization. It is now possible to enable several kind of
authentication like LDAP and basic auth. So we introduce a new schema
for allowing it:

  auth:
    basic:
      enabled: true
    ldap:
      enabled: true
      [...]

instead of

  auth:
    engine: basic

The former declaration is still valid for basic, anonymous and proxy
authentication.
2016-12-08 17:15:56 +01:00
Guillaume Thouvenin
2958bda057 Add support for JSON dashboards
This patch adds the support for JSON dashboards and also provides the
support for remote dashboards.
2016-11-10 14:49:22 +01:00
Ales Komarek
3f044b20d6 Grafana theming, dashboards, datasources management with basic auth 2016-10-30 00:31:00 +02:00
Guillaume Thouvenin
70ca667e57 Add default dashboards for StackLight
This patch adds the possibility to add StackLight dashboards when
installing grafana. By default they are not installed.
2016-10-26 11:25:37 +02:00
Ales Komarek
d125d51baa Fixed commented problems 2016-10-24 11:00:40 +02:00
Ales Komarek
7a593fad7a Mine fixes 2016-10-22 17:32:35 +02:00
Ales Komarek
ae47c9fd95 Mine updates 2016-10-22 12:30:30 +02:00
Ales Komarek
9e05491147 Client role 2016-10-22 00:36:50 +02:00
jan kaufman
94f4f97cf1 fix permissions 2016-01-26 13:49:58 +01:00
Ales Komarek
5a23b51d2c Doc fixes 2015-12-08 11:20:02 +01:00
Ales Komarek
9858822f85 database setup 2015-12-08 10:43:59 +01:00
Ales Komarek
864908916e Structure overhaul 2015-12-04 16:43:48 +01:00
Renamed from README.md (Browse further)