Plugins API: Add authlib authorizer (#114773)

This commit is contained in:
Todd Treece
2025-12-03 11:01:55 -05:00
committed by GitHub
parent dbb4eb7e12
commit 157cab192c
2 changed files with 47 additions and 5 deletions
+1
View File
@@ -160,6 +160,7 @@ var serviceIdentityTokenPermissions = []string{
"iam.grafana.app:*",
"preferences.grafana.app:*", // user, team, and org preferences
"collections.grafana.app:*", // user stars
"plugins.grafana.app:*",
// Secrets Manager uses a custom verb for secret decryption, and its authorizer does not allow wildcard permissions.
"secret.grafana.app/securevalues:decrypt",