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
51c99fc6
Unverified
Commit
51c99fc6
authored
May 14, 2019
by
Carl Bergquist
Committed by
GitHub
May 14, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: adds note about removing session storage (#17003)
closes #17000
parent
79ac3fd6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
docs/sources/installation/upgrading.md
+6
-0
docs/sources/tutorials/ha_setup.md
+2
-1
No files found.
docs/sources/installation/upgrading.md
View file @
51c99fc6
...
...
@@ -169,3 +169,9 @@ configuration.
If you're embedding Grafana in a
`<frame>`
,
`<iframe>`
,
`<embed>`
or
`<object>`
on a different website it will no longer work due to a new setting
that per default instructs the browser to not allow Grafana to be embedded. Read more
[
here
](
/installation/configuration/#allow-embedding
)
about
this new setting.
### Session storage is no longer used
In 6.2 we completely removed the backend session storage since we replaced the previous login session implementation with an auth token.
If you are using Auth proxy with LDAP an shared cached is used in Grafana so you might want configure
[
remote_cache
]
instead. If not
Grafana will fallback to using the database as an shared cache.
docs/sources/tutorials/ha_setup.md
View file @
51c99fc6
...
...
@@ -30,7 +30,8 @@ Currently alerting supports a limited form of high availability. Since v4.2.0, a
## User sessions
> Beginning with Grafana v6.0 and above the following only applies when using [Auth Proxy Authentication](/auth/auth-proxy/).
> After Grafana 6.2 you don't need to configure session storage since the database will be used by default.
> If you want to offload the login session data from the database you can configure [remote_cache]({{< relref "configuration.md" >}}#remote-cache)
The second thing to consider is how to deal with user sessions and how to configure your load balancer in front of Grafana.
Grafana supports two ways of storing session data: locally on disk or in a database/cache-server.
...
...
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