mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Plugins: Periodically update public signing key (#70080)
This commit is contained in:
committed by
GitHub
parent
62ee1fa05a
commit
7c1c196031
@@ -1399,8 +1399,11 @@ plugin_catalog_url = https://grafana.com/grafana/plugins/
|
||||
plugin_catalog_hidden_plugins =
|
||||
# Log all backend requests for core and external plugins.
|
||||
log_backend_requests = false
|
||||
# Force download of public key for verifying plugin signature on startup.
|
||||
enforce_public_key_download = false
|
||||
# Disable download of the public key for verifying plugin signature.
|
||||
public_key_retrieval_disabled = false
|
||||
# Force download of the public key for verifying plugin signature on startup. If disabled, the public key will be retrieved every 10 days.
|
||||
# Requires public_key_retrieval_disabled to be false to have any effect.
|
||||
public_key_retrieval_on_startup = false
|
||||
|
||||
#################################### Grafana Live ##########################################
|
||||
[live]
|
||||
|
||||
Reference in New Issue
Block a user