Resolves: RHEL-68657
This commit is contained in:
parent
c34fea28f5
commit
ac6a02bbd4
@ -66,7 +66,7 @@ index 916de769f9..2f270d4940 100644
|
|||||||
;app_tls_skip_verify_insecure = 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.
|
# 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 =
|
-;allow_loading_unsigned_plugins =
|
||||||
+allow_loading_unsigned_plugins = performancecopilot-pcp-app,pcp-redis-datasource,pcp-vector-datasource,pcp-bpftrace-datasource,pcp-flamegraph-panel,pcp-breadcrumbs-panel,pcp-troubleshooting-panel,performancecopilot-redis-datasource,performancecopilot-vector-datasource,performancecopilot-bpftrace-datasource,performancecopilot-flamegraph-panel,performancecopilot-breadcrumbs-panel,performancecopilot-troubleshooting-panel
|
+allow_loading_unsigned_plugins = performancecopilot-pcp-app,pcp-valkey-datasource,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
|
||||||
# Enable or disable installing / uninstalling / updating plugins directly from within Grafana.
|
# Enable or disable installing / uninstalling / updating plugins directly from within Grafana.
|
||||||
;plugin_admin_enabled = false
|
;plugin_admin_enabled = false
|
||||||
;plugin_admin_external_manage_enabled = false
|
;plugin_admin_external_manage_enabled = false
|
||||||
|
@ -25,7 +25,7 @@ end}
|
|||||||
|
|
||||||
Name: grafana
|
Name: grafana
|
||||||
Version: 10.2.6
|
Version: 10.2.6
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
Summary: Metrics dashboard and graph editor
|
Summary: Metrics dashboard and graph editor
|
||||||
License: AGPL-3.0-only
|
License: AGPL-3.0-only
|
||||||
URL: https://grafana.org
|
URL: https://grafana.org
|
||||||
@ -1024,6 +1024,9 @@ fi
|
|||||||
%{_datadir}/selinux/*/grafana.pp
|
%{_datadir}/selinux/*/grafana.pp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 22 2024 Sam Feifer <sfeifer@redhat.com> - 10.2.6-11
|
||||||
|
- Resolves RHEL-68657: Update configurations to allow loading the valkey datasource
|
||||||
|
|
||||||
* Mon Nov 11 2024 Sam Feifer <sfeifer@redhat.com> - 10.2.6-10
|
* Mon Nov 11 2024 Sam Feifer <sfeifer@redhat.com> - 10.2.6-10
|
||||||
- Resolves RHEL-67042: update selinux policy for valkey datasource
|
- Resolves RHEL-67042: update selinux policy for valkey datasource
|
||||||
- Resolves RHEL-61900: allow mssql datasource in selinux policy
|
- Resolves RHEL-61900: allow mssql datasource in selinux policy
|
||||||
|
Loading…
Reference in New Issue
Block a user