6 Commits

Author SHA1 Message Date
Jan Michael Auer
37efaf2882
ref(relay): Remove comment from sample config (#926)
This comment has unprofessional tone and does not serve any purpose. Since this is copied to every onpremise installation and I keep copying this code to public issue comments, it's better removed.
2021-04-19 12:48:54 +00:00
Markus Unterwaditzer
7365a03457
fix(relay): Remove http._client usage (#870)
As per https://github.com/getsentry/relay/pull/938 this option no longer
exists. Existing values will be ignored, however.
2021-02-24 16:44:50 +01:00
Burak Yigit Kaya
082cd73976
fix: Enable experimental reqwest library for relay (#810)
As mentioned on the forum, this is stable enough and solves a big, ongoing issue with relay unable to connect to any internal services: https://forum.sentry.io/t/relay-errors-in-fresh-new-on-premise-install/9804/24
2021-01-14 13:52:00 +03:00
Chad Whitacre
a623e72e7e
Integrate with MaxMind out of the box (#766)
Integrate with MaxMind out of the box
2020-12-14 11:56:04 -05:00
Tomasz Kontusz
1a9b45fb9f
EditorConfig and indentation fixes (#650)
EditorConfig based on conversation in https://github.com/getsentry/onpremise/pull/615#discussion_r477338006, and with the indentation fixes.

This PR will probably conflict with everything, but at least the code is a little bit more consistent :-D
2020-08-31 14:40:52 +03:00
Burak Yigit Kaya
73213bc51f
ref(relay): Remove PK and rely on INTERNAL_IPS (#572)
This patch adds `INTERNAL_IPS` definition to `sentry.conf.py` by sniffing the network from eth0 and relies on this for trusted Relays instead of the ALLOWLISTED PKs. This removes the necessity of syncing Relay PKs to `sentry.conf.py`.

This PR needs getsentry/sentry#19798 to work.
2020-07-10 23:53:50 +03:00