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
4f91087d
Commit
4f91087d
authored
Aug 31, 2018
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: minor updates, more work to do
parent
76bd173a
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
19 additions
and
27 deletions
+19
-27
docs/sources/administration/authentication/ldap-sync-grafana-ee.md
+0
-14
docs/sources/administration/permissions.md
+0
-2
docs/sources/auth/anonymous.md
+1
-1
docs/sources/auth/auth-proxy.md
+0
-0
docs/sources/auth/index.md
+2
-3
docs/sources/auth/ldap.md
+0
-0
docs/sources/auth/oauth.md
+0
-0
docs/sources/auth/overview.md
+16
-7
No files found.
docs/sources/administration/authentication/ldap-sync-grafana-ee.md
deleted
100644 → 0
View file @
76bd173a
+++
title = "LDAP Sync with Grafana EE"
description = "LDAP Sync with Grafana EE Guide "
keywords =
[
"grafana", "configuration", "documentation", "ldap", "enterprise"
]
type = "docs"
[
menu.docs
]
name = "LDAP Sync with Grafana EE"
identifier = "ldap-sync"
parent = "authentication"
weight = 2
+++
# LDAP Sync with Grafana EE
\ No newline at end of file
docs/sources/administration/permissions.md
View file @
4f91087d
...
@@ -52,8 +52,6 @@ This admin flag makes a user a `Super Admin`. This means they can access the `Se
...
@@ -52,8 +52,6 @@ This admin flag makes a user a `Super Admin`. This means they can access the `Se
### Dashboard & Folder Permissions
### Dashboard & Folder Permissions
> Introduced in Grafana v5.0
{{
<
docs-imagebox
img=
"/img/docs/v50/folder_permissions.png"
max-width=
"500px"
class=
"docs-image--right"
>
}}
{{
<
docs-imagebox
img=
"/img/docs/v50/folder_permissions.png"
max-width=
"500px"
class=
"docs-image--right"
>
}}
For dashboards and dashboard folders there is a
**Permissions**
page that make it possible to
For dashboards and dashboard folders there is a
**Permissions**
page that make it possible to
...
...
docs/sources/a
dministration/authentication/anonymous-auth
.md
→
docs/sources/a
uth/anonymous
.md
View file @
4f91087d
...
@@ -4,7 +4,7 @@ description = "Anonymous authentication "
...
@@ -4,7 +4,7 @@ description = "Anonymous authentication "
keywords =
[
"grafana", "configuration", "documentation", "anonymous"
]
keywords =
[
"grafana", "configuration", "documentation", "anonymous"
]
type = "docs"
type = "docs"
[
menu.docs
]
[
menu.docs
]
name = "Anonymous
Auth
"
name = "Anonymous"
identifier = "anonymous-auth"
identifier = "anonymous-auth"
parent = "authentication"
parent = "authentication"
weight = 4
weight = 4
...
...
docs/sources/a
dministration/authentication
/auth-proxy.md
→
docs/sources/a
uth
/auth-proxy.md
View file @
4f91087d
File moved
docs/sources/a
dministration/authentication
/index.md
→
docs/sources/a
uth
/index.md
View file @
4f91087d
...
@@ -6,5 +6,5 @@ type = "docs"
...
@@ -6,5 +6,5 @@ type = "docs"
name = "Authentication"
name = "Authentication"
identifier = "authentication"
identifier = "authentication"
parent = "admin"
parent = "admin"
weight = 1
weight = 3
+++
+++
\ No newline at end of file
docs/sources/a
dministration/authentication
/ldap.md
→
docs/sources/a
uth
/ldap.md
View file @
4f91087d
File moved
docs/sources/a
dministration/authentication
/oauth.md
→
docs/sources/a
uth
/oauth.md
View file @
4f91087d
File moved
docs/sources/a
dministration/authentication
/overview.md
→
docs/sources/a
uth
/overview.md
View file @
4f91087d
...
@@ -9,20 +9,30 @@ parent = "authentication"
...
@@ -9,20 +9,30 @@ parent = "authentication"
weight = 1
weight = 1
+++
+++
#
# [auth]
#
Authentication
### disable_login_form
Grafana provides many ways to authenticate users. By default it will use local users & passwords stored in the Grafana
database.
## Settings
Via the
[
server ini config file
](
{{
<
relref
"
installation
/
debian
.
md
"
>
}}) you can setup many different authentication methods. Auth settings
are documented below.
### [auth]
#### disable_login_form
Set to true to disable (hide) the login form, useful if you use OAuth, defaults to false.
Set to true to disable (hide) the login form, useful if you use OAuth, defaults to false.
### disable_signout_menu
###
#
disable_signout_menu
Set to true to disable the signout link in the side menu. useful if you use auth.proxy, defaults to false.
Set to true to disable the signout link in the side menu. useful if you use auth.proxy, defaults to false.
<hr>
<hr>
## [auth.basic]
##
#
[auth.basic]
### enabled
###
#
enabled
When enabled is
`true`
(default) the http api will accept basic authentication.
When enabled is
`true`
(default) the http api will accept basic authentication.
<hr>
<hr>
\ No newline at end of file
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