Convert TOML front matter to YAML (#49690)
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/auth/auth-proxy/", "/docs/grafana/latest/tutorials/authproxy/"]
|
||||
description = "Grafana Auth Proxy Guide "
|
||||
keywords = ["grafana", "configuration", "documentation", "proxy"]
|
||||
title = "Auth Proxy"
|
||||
weight = 200
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/auth/auth-proxy/
|
||||
- /docs/grafana/latest/tutorials/authproxy/
|
||||
description: 'Grafana Auth Proxy Guide '
|
||||
keywords:
|
||||
- grafana
|
||||
- configuration
|
||||
- documentation
|
||||
- proxy
|
||||
title: Auth Proxy
|
||||
weight: 200
|
||||
---
|
||||
|
||||
# Auth Proxy Authentication
|
||||
|
||||
|
||||
Reference in New Issue
Block a user