Skip to content
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

feat(relocation): Enable globally for superusers #61822

Merged
merged 1 commit into from
Dec 15, 2023

Commits on Dec 15, 2023

  1. feat(relocation): Enable globally for superusers

    Superusers (aka admins) will no be able to hit the relocation endpoint
    successfully in all deployments. The `relocation:enabled` flag, and the
    `relocation.enabled` option that controls it, will instead refer only to
    the self-serve endpoint, which will remain contained to the test region
    for now.
    
    This means that admins can now trigger relocations in any region for any
    user, and are not throttled when they do so. Regular users may only
    trigger relocations for themselves in regions where
    `relocations.enabled` is set to `True`, and are subject to the global
    daily throttles.
    
    Issue: getsentry/team-ospo#214
    azaslavsky committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    137e966 View commit details
    Browse the repository at this point in the history