Alexander Tarasov
Alexander Tarasov
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. * Please do...
CSPv3
## Pre-merge checklist *If you work at Sentry, you're able to merge your own PR without review, but please don't unless there's a good reason.* - [ ] Checked Vercel...
This change hides `code` field from integration details for members. This is to prevent from misusing integration code by member-level users.
When Open Membership is disabled, it is expected to have more granular access to certain objects that are associated with projects. First version of project-level access on dashboards was implemented...
Pretty sure it should be 1 day and not 10^44 seconds
Currently, Relay validates if a specific string is a payment card by using only [regex](https://github.com/getsentry/relay/blob/master/relay-pii/src/regexes.rs#L202-L220). However, payment card numbers typically pass the [Luhn algorithm check](https://en.wikipedia.org/wiki/Luhn_algorithm), what we could use to...
@arnavdugar-stripe Would it be possible to cut a release and push a new image to the docker hub? There are quite a lot of changes since 14.2.0: https://github.com/stripe/veneur/compare/dd54c5efdfae7f8070155c90e9a480fcc85ad76b...master
GCP/GKE can provide dynamic credentials without having to specify static secrets such as `client_email` and `private_key`. This is security best practice. Here is a high level overview: https://cloud.google.com/docs/authentication/application-default-credentials We already...