-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
After upgrading our sentry to 24.9.0 we are facing sentry.auth.system: Trying to use SystemToken
from non-internal IP
#3353
Comments
Assigning to @getsentry/support for routing ⏲️ |
hi team, any update here |
Did you modify your Docker network IP range to something that's not in the private IP ranges? See here: https://develop.sentry.dev/self-hosted/troubleshooting/#docker-network-conflicting-ip-address The easiest solution is just restart your Docker engine. |
Hi @aldy505 Thanks! |
Okay, another guess, do you happen to have these lines on your self-hosted/sentry/sentry.conf.example.py Lines 16 to 42 in bdf8d3f
|
yes we do have this line in our conf file @aldy505 today also we faced the same issue again, please help us with the solution. is this issue fixed in 24.10.0 ? ref(feedback): 401 for unauth'd POSTs to projectUserReports (getsentry/sentry#79069) ? |
I am also seeing this issue under 24.10.0,
|
Hi @aldy505 Thanks! |
The same is true here. I can't access |
Environment
self-hosted (https://develop.sentry.dev/self-hosted/)
Steps to Reproduce
Hi Team,
We have upgraded our sentry self hosted recently to 24.9.0, we are facing below issue intermittently, once after the restarting the container sentry-self-hosted-web-1 sentry came up,
Error logs
15:06:20 [WARNING] django.request: Unauthorized: /api/0/projects/cds/evolio-masterdata-service/files/dsyms/ (status_code=401 request=<WSGIRequest: GET '/api/0/projects/cds/evolio-masterdata-service/files/dsyms/?debug_id=c80d19dc-4dc3-4765-9532-ea111a4c6061-e8be40ea'>)
15:06:20 [WARNING] django.request: Unauthorized: /api/0/projects/cds/evolio-masterdata-service/files/dsyms/ (status_code=401 request=<WSGIRequest: GET '/api/0/projects/cds/evolio-masterdata-service/files/dsyms/?debug_id=4702619c-5710-adc8-55f3-6ae683edbf5f-694b73fc'>)
15:06:20 [ERROR] sentry.auth.system: Trying to use
SystemToken
from non-internal IP15:06:20 [ERROR] sentry.auth.system: Trying to use
SystemToken
from non-internal IP15:06:20 [ERROR] sentry.auth.system: Trying to use
SystemToken
from non-internal IP15:06:20 [ERROR] sentry.auth.system: Trying to use
SystemToken
from non-internal IPKindly help us with the solution to resolve the issue.
Thanks!
Expected Result
it should work with any issue.
Actual Result
Please find the error logs-
15:06:20 [WARNING] django.request: Unauthorized: /api/0/projects/cds/evolio-masterdata-service/files/dsyms/ (status_code=401 request=<WSGIRequest: GET '/api/0/projects/cds/evolio-masterdata-service/files/dsyms/?debug_id=c80d19dc-4dc3-4765-9532-ea111a4c6061-e8be40ea'>)
15:06:20 [WARNING] django.request: Unauthorized: /api/0/projects/cds/evolio-masterdata-service/files/dsyms/ (status_code=401 request=<WSGIRequest: GET '/api/0/projects/cds/evolio-masterdata-service/files/dsyms/?debug_id=4702619c-5710-adc8-55f3-6ae683edbf5f-694b73fc'>)
15:06:20 [ERROR] sentry.auth.system: Trying to use
SystemToken
from non-internal IP15:06:20 [ERROR] sentry.auth.system: Trying to use
SystemToken
from non-internal IP15:06:20 [ERROR] sentry.auth.system: Trying to use
SystemToken
from non-internal IP15:06:20 [ERROR] sentry.auth.system: Trying to use
SystemToken
from non-internal IPProduct Area
Issues
Link
No response
DSN
No response
Version
24.9.0
The text was updated successfully, but these errors were encountered: