-
Notifications
You must be signed in to change notification settings - Fork 296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grafana API Token is recreated each time OnCall page is being opened. #508
Comments
I've faced the same problem. Looks just like #316. I've reinstalled oncall deployment and now it's performing fine |
What do you mean by reinstalling oncall deployment? Is it the Engine and Celery part, or everything including MariaDB, Redis, and RabbitMQ (using a newly fresh DB)? |
I meant re-deploying oncall helm chart (i have redis, mariadb, rabbitmq, celery and engine enabled for deployment). Also i think that it's better to delete PVC's (you should do it manually, as it's stated in docs), because sometimes plugin init fails |
Thanks, reinstalling works. But now all my integrations and settings are wiped out. As I don't know which DB table is safe to backup and restore. |
Yep, that's quite inconvenient. Hope this behavior would be fixed soon |
Got the same issue with Grafana 9.2.6, Oncall 1.1.5 and Helm 1.0.12. After couple of days Oncall setup becomes useless. Removing OnCall API key from https://grafana/org/apikeys helps till the next page reload. |
I have the same issue as @juris |
I have the same issue. Helm deployment, only postgresql is external. |
I have the same issue as @juris |
Have the same issue as @PCbIX:
Each time I leave Grafana Oncall page the Grafana API Token is supposed to be recreated, but it's not recreating and I'm loosing the connection to Grafana Oncall plugin with a message: First time the workaround to reopen a general page of Grafana Oncall to start api key exchange went through: the notification of the API token creation popped up and I could access Grafana Oncall. |
Recently we made some changes to the way Grafana OnCall is initialized. Use 1.9.22, there were quite a few changes along the way from 1.9.0-1.9.22 to get things working.
Grafana OnCall should now be ready to use. |
Hello, I have a problem which make user without admin privilege can't access Grafana OnCall.
When I (as an organization admin) open OnCall page for the first time (or when doing a reload), I always greeted by this error page.
And when I click the retry button, this happened.
Then I'm redirected to the normal OnCall page
For now it looks fine, I still can access OnCall in the end, and can create alert and integration. Then my friend who isn't an admin want to view the page as an editor. I instruct him to do the same (click retry if the error page shows up). He did what I said, but instead of seeing the same view as picture two, he got this:
Turns out the Grafana API Token is always being recreated each time someone reload the page (already checked the DB value), Plugin page also has this error:
What I already did:
Also, these are some relevant logs from Grafana:
Oncall Engine:
Celery
We're using existing Grafana as OnCall frontend and deploy Grafana OnCall using helm in this repository. The alerting and OnCall system itself work normally.
The text was updated successfully, but these errors were encountered: