Plugins: Periodically update public signing key (#70080)

This commit is contained in:
Andres Martinez Gotor
2023-06-16 11:20:30 +02:00
committed by GitHub
parent 62ee1fa05a
commit 7c1c196031
13 changed files with 34 additions and 36 deletions

View File

@@ -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]