Skip to content

Commit 596a96c

Browse files
authored
Merge pull request #7 from optiop/fix/grafana-signature
Disable Grafana signature verification
2 parents cd10101 + 4963594 commit 596a96c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/grafana/grafana.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1425,7 +1425,7 @@ level = error
14251425
# Log all backend requests for core and external plugins.
14261426
;log_backend_requests = false
14271427
# Disable download of the public key for verifying plugin signature.
1428-
; public_key_retrieval_disabled = false
1428+
public_key_retrieval_disabled = true
14291429
# Force download of the public key for verifying plugin signature on startup. If disabled, the public key will be retrieved every 10 days.
14301430
# Requires public_key_retrieval_disabled to be false to have any effect.
14311431
; public_key_retrieval_on_startup = false

0 commit comments

Comments
 (0)