Skip to content

Commit

Permalink
Squashed 'vendor/github.com/performancecopilot/ansible-pcp/' changes …
Browse files Browse the repository at this point in the history
…from 29264af..10055ee

10055ee fix: use __grafana_keyserver_datasource_type variable instead of its string value

git-subtree-dir: vendor/github.com/performancecopilot/ansible-pcp
git-subtree-split: 10055eec34763019ba502845651cf0e0a52839a3
  • Loading branch information
github-actions[bot] committed Nov 16, 2024
1 parent 1a7c6c3 commit 24544ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/grafana/templates/grafana_9.ini.j2
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ min_refresh_interval = 1s
;enable_alpha = false
;app_tls_skip_verify_insecure = false
# Enter a comma-separated list of plugin identifiers to identify plugins to load even if they are unsigned. Plugins with modified signatures are never loaded.
allow_loading_unsigned_plugins = performancecopilot-pcp-app,{{ __grafana_keyserver_datasource_type }},pcp-vector-datasource,pcp-bpftrace-datasource,pcp-flamegraph-panel,pcp-breadcrumbs-panel,pcp-troubleshooting-panel,{{ performancecopilot-valkey-datasource }},performancecopilot-vector-datasource,performancecopilot-bpftrace-datasource,performancecopilot-flamegraph-panel,performancecopilot-breadcrumbs-panel,performancecopilot-troubleshooting-panel
allow_loading_unsigned_plugins = performancecopilot-pcp-app,{{ __grafana_keyserver_datasource_type }},pcp-vector-datasource,pcp-bpftrace-datasource,pcp-flamegraph-panel,pcp-breadcrumbs-panel,pcp-troubleshooting-panel,{{ __grafana_keyserver_datasource_alttype }},performancecopilot-vector-datasource,performancecopilot-bpftrace-datasource,performancecopilot-flamegraph-panel,performancecopilot-breadcrumbs-panel,performancecopilot-troubleshooting-panel
# Enable or disable installing / uninstalling / updating plugins directly from within Grafana.
;plugin_admin_enabled = false
;plugin_admin_external_manage_enabled = false
Expand Down

0 comments on commit 24544ac

Please sign in to comment.