We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GRAFANA_API_KEY
@academo is it still possible to use an API key to sign a plugin or do developers have to use policy tokens these days?
Asking as if they can still use api keys this is somewhat tricky due to the usage of npx -y @grafana/sign-plugin@latest in scaffolded plugins.
npx -y @grafana/sign-plugin@latest
Status
Activity
jackw commentedon Jun 12, 2025
@academo is it still possible to use an API key to sign a plugin or do developers have to use policy tokens these days?
Asking as if they can still use api keys this is somewhat tricky due to the usage of
npx -y @grafana/sign-plugin@latest
in scaffolded plugins.