mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 08:02:25 +08:00
Docs: Adds plugin signature verification pages (#25257)
Co-authored-by: Kyle Brandt <kyle@grafana.com> Co-authored-by: Marcus Olsson <accounts+github@marcus.se.net>
This commit is contained in:

committed by
GitHub

parent
4c92bd1539
commit
24673dc7d1
10
docs/sources/developers/plugins/sign-a-plugin.md
Normal file
10
docs/sources/developers/plugins/sign-a-plugin.md
Normal file
@ -0,0 +1,10 @@
|
||||
+++
|
||||
title = "Sign a plugin"
|
||||
type = "docs"
|
||||
+++
|
||||
|
||||
# Sign a plugin
|
||||
|
||||
Signing a plugin allows Grafana to [verify the authenticity of the plugin]({{< relref "../../plugins/plugin-signature-verification.md" >}}) and by that give users a way to make sure plugins haven't been tampered with. All Grafana Labs authored backend plugins, including Enterprise plugins, are signed.
|
||||
|
||||
We're looking into providing a process for allowing community plugins to be signed in an upcoming version of Grafana.
|
Reference in New Issue
Block a user