Home
DevCentral
Search
Configure Global Search
Log In
Transactions
D2885
Change Details
Change Details
Old
New
Diff
Volumes and environments are updated per getsentry/self-hosted repository. Previously, services was defined separately for sentry web/cron/worker, but the three was run form roles/paas-docker/containers/sentry. Realm settings are refactored and contain service hosts information, as we don't use links anymore. An helper function is added to credentials execution module to allow to fetch credentials to Vault only once, and not for each container. Instead, services are configured like for Snuba in D2881, each container uses the same image, with a different launch command, especially as there are now new ones. Ref T1791
Volumes and environments are updated per getsentry/self-hosted repository. Previously, services was defined separately for sentry web/cron/worker, but the three was run form roles/paas-docker/containers/sentry. Services are configured like for Snuba in D2881, each container uses the same image, with a different launch command, especially as there are now new ones. Realm settings are refactored and contain service hosts information, as we don't use links anymore. A realm will have a set of configuration files. The Sentry configuration is written in Python. This change provides a configuration based on the getsentry/self-hosted one with: - services configured through the realm pillar - credentials directly fetched from Vault by Sentry itself Ref T1791
Volumes and environments are updated per getsentry/self-hosted repository. Previously, services was defined separately for sentry web/cron/worker, but the three was run form roles/paas-docker/containers/sentry.
Realm setting
Service
s are
refacto
configu
red
and contain service hosts information,
like for Snuba in D2881, each container uses
as we don't use links anymore.
the same image, with a different launch command,
An helper function is added to credentials
especially as there
execution module to allow to fetch credentials to Vault only once
are now new ones. Realm settings are refactored and contain service hosts information
,
and not for each
as we don't use links anymore. A realm will have a set of
con
tainer
figuration files
.
Instead,
The Sentry configuration is written in Python.
services are
This change provides a
configur
ed like for Snuba in D2881,
ation based on the getsentry/self-hosted one with:
each container uses the same image, with a different launch command,
- services configured through the realm pillar
especially as there are now new ones.
- credentials directly fetched from Vault by Sentry itself
Ref T1791
Continue