Skip to content

Commit 13d0ac0

Browse files
xe-nvdkclaude
andcommitted
Disable plugin signing - requires Grafana Labs publisher approval
Signing requires plugins.publisher:write scope which needs Grafana Labs approval. Plugin will be distributed as unsigned for now. Users can install with GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS env var. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent abbffdc commit 13d0ac0

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,13 @@ jobs:
5050
# Clean up backup
5151
rm -rf .frontend-backup
5252
53-
- name: Sign plugin
54-
run: npm run sign
55-
env:
56-
GRAFANA_ACCESS_POLICY_TOKEN: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}
57-
if: ${{ env.GRAFANA_ACCESS_POLICY_TOKEN != '' }}
53+
# Signing disabled - requires Grafana Labs approval for plugin.publisher scope
54+
# Plugin will be distributed as unsigned until officially approved by Grafana
55+
# - name: Sign plugin
56+
# run: npm run sign
57+
# env:
58+
# GRAFANA_ACCESS_POLICY_TOKEN: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}
59+
# if: ${{ env.GRAFANA_ACCESS_POLICY_TOKEN != '' }}
5860

5961
- name: Get plugin metadata
6062
id: metadata

0 commit comments

Comments
 (0)