sentry_tunnel icon indicating copy to clipboard operation
sentry_tunnel copied to clipboard

Allow any project_id

Open creckord opened this issue 1 year ago • 2 comments

Currently, a whitelist of project_ids is required.

We are running a local Sentry instance, where projects are created in self-service, and would like to provide projects with the option to use a central tunnel instance for their public client deployments instead of each project having to roll their own.

Currently, this is not possible without unacceptable maintenance overhead due to the project whitelist. We do not really see a security benefit in our case to have this whitelist, and would like to opt out of it.

Could we maybe include a special value of * or similar to explicitly allow any project_id? That would keep the config check, but give those wish to the option to opt out.

I could try to contribute a patch, however I'm not really good in Rust.

creckord avatar Jul 31 '23 09:07 creckord