1
0
Fork 0
mirror of synced 2024-11-16 22:25:34 -05:00
Commit graph

20 commits

Author SHA1 Message Date
Simon Schneider
e9c5e30e8d remove surplus whitespace 2018-08-28 10:27:51 +02:00
Simon Schneider
2a0cf92a00 add auto_assign_org variable 2018-08-28 10:06:15 +02:00
Simon Schneider
96ae1af5e0 add server.root_url variable 2018-08-23 12:58:58 +02:00
Simon Schneider
bc4ce2a7ff add more auth variables 2018-08-23 11:39:39 +02:00
Simon Schneider
b50640ff3c add Generic OAuth 2018-08-23 11:19:44 +02:00
Simon Schneider
1ec7c893ee add server.protocol and server.domain variables 2018-08-23 11:18:11 +02:00
abednarik
6566e96e22 Ensure custom paths are created and have correct permissions. 2017-08-07 14:30:22 -03:00
abednarik
69e22ffac2 Make grafana paths configurable. 2017-08-04 12:36:22 -03:00
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
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
9e05491147 Client role 2016-10-22 00:36:50 +02:00
Filip Pytloun
2e2279603e Setup for anonymous auth 2016-08-31 14:00:02 +02:00
Filip Pytloun
1c15f538d2 Allow defining more options on users/auth 2016-03-31 22:16:39 +02:00
Filip Pytloun
fb133be098 Fix typo 2016-03-31 21:35:27 +02:00
Filip Pytloun
89f4c5b65b Auth and session cache enhancements 2016-03-31 21:30:13 +02:00
Filip Pytloun
04d32bf507 Try for proxy auth 2016-03-31 21:09:28 +02:00
Ales Komarek
70a167589b Documentation 2015-12-08 12:11:11 +01:00
Ales Komarek
9858822f85 database setup 2015-12-08 10:43:59 +01:00
Ales Komarek
ee16ca7c4d grafana 2015-12-08 10:24:44 +01:00
Renamed from grafana/files/defaults.ini (Browse further)