-
Notifications
You must be signed in to change notification settings - Fork 125
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
Support user deletion #6474
Comments
Proposed changes:
|
For the above I think it could be better handled as an error and subsequent flow. ~ |
What do you mean by a subsequent flow? But I'm definitely open to doing it outside the RPC, e.g. by kicking off an async job or having a periodic background job that cleans up orphaned orgs/projects. But I also don't mind if you prefer to do it sync in the RPC as long as the implementation is idempotent/retryable (slowness is okay since user deletion isn't going to happen very often). |
That was where the thought was coming from. Knowing that I'll do it within the RPC |
Proposed changes:
AdminService
for deleting a userrill sudo user remove <email>
that superusers can use to invoke the RPC to delete any userSee this Slack thread for context.
The text was updated successfully, but these errors were encountered: