Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
be6ddb08
Commit
be6ddb08
authored
Jul 30, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(): added auth proxy to config docs
parent
2cc53f32
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
3 deletions
+20
-3
docs/sources/installation/configuration.md
+20
-3
No files found.
docs/sources/installation/configuration.md
View file @
be6ddb08
...
@@ -318,13 +318,13 @@ automatically signed up.
...
@@ -318,13 +318,13 @@ automatically signed up.
<hr>
<hr>
## [auth.basic]
## [auth.basic]
### enable
### enable
d
When enable is
`true`
(default) the http api will accept basic authentication.
When enable
d
is
`true`
(default) the http api will accept basic authentication.
<hr>
<hr>
## [auth.ldap]
## [auth.ldap]
### enable
### enable
d
Set to
`true`
to enable ldap integration (default:
`false`
)
Set to
`true`
to enable ldap integration (default:
`false`
)
### config_file
### config_file
...
@@ -334,6 +334,23 @@ Path to the ldap specific configuration file (default: `/etc/grafana/ldap.toml`)
...
@@ -334,6 +334,23 @@ Path to the ldap specific configuration file (default: `/etc/grafana/ldap.toml`)
<hr>
<hr>
## [auth.proxy]
This feature allows you to handle authentication in a http reverse proxy.
### enabled
Defaults to
`false`
### header_name
Defaults to X-WEBAUTH-USER
#### header_property
Defaults to username but can also be set to email
### auto_sign_up
Set to
`true`
to enable auto sign up of users who do not exist in Grafana DB. Defaults to
`true`
.
<hr>
## [session]
## [session]
### provider
### provider
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment