mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Plugin signing: Fix copy on signed plugin notice (#28633)
* Fix copy on signed plugin notice * Update public/app/features/plugins/PluginPage.tsx Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update public/app/features/plugins/PluginPage.tsx Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
parent
645412f04b
commit
a2b3e63705
@ -326,8 +326,9 @@ class PluginPage extends PureComponent<Props, State> {
|
||||
</p>
|
||||
<p>
|
||||
Grafana Labs checks each plugin to verify that it has a valid digital signature. Plugin signature verification
|
||||
is part of our security measure to ensure plugins are safe and trustworthy. Grafana Labs can’t guarantee the
|
||||
integrity of this unsigned plugin. Ask the plugin author to request it to be signed.
|
||||
is part of our security measures to ensure plugins are safe and trustworthy.
|
||||
{plugin.meta.signature !== PluginSignatureStatus.valid &&
|
||||
'Grafana Labs can’t guarantee the integrity of this unsigned plugin. Ask the plugin author to request it to be signed.'}
|
||||
</p>
|
||||
</InfoBox>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user