Merge "Fix grafana prometheus datasource"
This commit is contained in:
commit
84f0a37e49
ansible/roles/grafana/templates
releasenotes/notes
@ -5,8 +5,9 @@ datasources:
|
|||||||
type: prometheus
|
type: prometheus
|
||||||
access: proxy
|
access: proxy
|
||||||
basicAuth: true
|
basicAuth: true
|
||||||
basicAuthPassword: "{{ prometheus_grafana_password }}"
|
|
||||||
basicAuthUser: "{{ prometheus_grafana_user }}"
|
basicAuthUser: "{{ prometheus_grafana_user }}"
|
||||||
|
secureJsonData:
|
||||||
|
basicAuthPassword: "{{ prometheus_grafana_password }}"
|
||||||
orgId: 1
|
orgId: 1
|
||||||
url: {{ grafana_prometheus_url }}
|
url: {{ grafana_prometheus_url }}
|
||||||
version: 1
|
version: 1
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Fixes prometheus grafana datasource using incorrect basic auth credentials.
|
Loading…
x
Reference in New Issue
Block a user