Skip to content

Commit be96777

Browse files
authored
Merge pull request #10 from optiop/fix/grafana-update
Disable public key retrieval for grafana
2 parents 97a8d34 + 6d1f595 commit be96777

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)