You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After install grafana OSS (self-managed on k8s) and grafana oncall OSS (on k8s with external postgres/rabbitmq/redis). I'm trying to configure grafana oncall plugin from inside grafana. Then nexts steps are:
After update both grafana and grafanap pncall (including plugin) to 1.11.3 i have different problem.
Now the installation of plugin doesn't create service account
level=error msg="Error getting settings from context" error="PluginAppClientSecret not set in config"
grafana logger=plugins.external.registration t=2024-10-23T08:15:34.954477935Z level=warn msg="Skipping External Service Registration. The feature is behind a feature toggle and needs to be enabled."
What went wrong?
What happened:
Configuring plugin by:
curl -X POST -H "X-Grafana-Org-Id: 1" "http://admin:admin@localhost:3000/api/plugins/grafana-oncall-app/settings" -H "Content-Type: application/json" -d '{ "enabled": true, "jsonData": { "stackId": 5, "orgId": 100, "license":"OpenSource", "onCallApiUrl": "http://xxx", "grafanaUrl": "http://xxx" } }'
But before step 2 we can check the plugin status by :
curl -X GET 'http://admin:admin@localhost:3000/api/plugins/grafana-oncall-app/resources/plugin/status'
In summary i got -> Unauthorized/Forbidden while accessing OnCall engine: /api/internal/v1/plugin/v2/status, status code: 403, check token**
2.
curl -X POST 'http://admin:admin@localhost:3000/api/plugins/grafana-oncall-app/resources/plugin/install'
So the problem is after complete step1 from configuration plugin it doesn't appear in grafana database :
What did you expect to happen:
How do we reproduce it?
Grafana OnCall Version
1.11.1
Product Area
API
Grafana OnCall Platform?
Kubernetes
User's Browser?
No response
Anything else to add?
No response
The text was updated successfully, but these errors were encountered: