Open AlexanderRydberg opened 2 months ago
Assigning to @getsentry/support for routing ⏲️
Here was my workaround. Worked for me two times. Used Iphone and Chrome Log out from Sentry. Enter http://URL/settings/account/notifications/ in chrome Log in with Google Press the Cpu/mem-choice and boom I was logged in
https://URL/settings/COMPANY/early-features/ seems to have the same restriction
We meant for this to only be able to be set as a superuser, but I believe this should not pop up when users log in that are not superusers. Going to backlog this item for now
Yesterday I upgraded our Sentry in our test environment. 23.9.1 -> 23.11.0. Started everything, logged in, everything was fine. Then I upgraded to 24.8.0. After install and I started everything. Navigated to the web ui and was asked:
On Continue Im getting this dialog "You are attempting to access a resource that requires superuser access, please re-authenticate as a superuser."
We are using Google Auth (https://develop.sentry.dev/self-hosted/sso/#google-auth)
Not really an option to sign in with another user.
My user is "Owner". If another user signs in (manager) he wont get this question
If no password is inserted Im getting this
If a password is provided, Im getting this
sentry-self-hosted-web-1 log:
(192.1.1.2 has been replaced to hide my super secret local ip)
Tried to search for anyone having the same issue but couldnt. Found this: https://github.com/getsentry/self-hosted/issues/1288#issuecomment-1047595368 And I ran:
sudo docker exec -ti sentry-self-hosted-web-1 sentry permissions add -u mymail@mail.com -p "users.admin"
Added permission
users.adminto mymail@mail.com
Restarted the containers. Still the same result.NOTE: Please DO NOT transfer this issue to self-hosted as the people from self-hosted said this is not something you can fix on self-hosted alone.
Help is appreciated.