Remove paths and disable anonymous auth.

This commit is contained in:
Joseph Hanson 2023-10-20 15:23:39 -05:00
parent 6700bee8bf
commit 94069aeb6d

View file

@ -46,6 +46,8 @@ spec:
signout_redirect_url: https://auth.hsn.dev/application/o/grafana/end-session/ signout_redirect_url: https://auth.hsn.dev/application/o/grafana/end-session/
auth.basic: auth.basic:
enabled: false enabled: false
auth.anonymous:
enabled: false
auth.generic_oauth: auth.generic_oauth:
enabled: true enabled: true
name: Authentik name: Authentik
@ -72,11 +74,6 @@ spec:
news_feed_enabled: false news_feed_enabled: false
panels: panels:
disable_sanitize_html: true disable_sanitize_html: true
paths:
data: /var/lib/grafana/data
logs: /var/log/grafana
plugins: /var/lib/grafana/plugins
provisioning: /etc/grafana/provisioning
security: security:
allow_embedding: true allow_embedding: true
cookie_samesite: grafana cookie_samesite: grafana