Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Bulk user creation #517

Closed
mikehelmick opened this issue Sep 10, 2020 · 3 comments
Closed

Bulk user creation #517

mikehelmick opened this issue Sep 10, 2020 · 3 comments
Assignees
Labels
kind/enhancement New feature or feature request.

Comments

@mikehelmick
Copy link
Contributor

Allow realms to bulk-create user accounts.

Possibly paste in or upload a csv

/kind enhancement

@google-oss-robot google-oss-robot added the kind/enhancement New feature or feature request. label Sep 10, 2020
@whaught
Copy link
Contributor

whaught commented Sep 10, 2020

/assign

@whaught
Copy link
Contributor

whaught commented Sep 21, 2020

/close

Closing this for now. It's implemented, but I want to wait for feedback from users on the experience before going further. It uses html5 file reader to do the batching which is nice because we both want to create the user and send the email (the latter happens from the client in JS from firebase) which means we can't process all server-side. Doing it in small chunks prevents a weird fail-in-the-middle where the users are created but no invites are sent yet.

That said html5 may not work on super old browsers, for example.

@google-oss-robot
Copy link

@whaught: Closing this issue.

In response to this:

/close

Closing this for now. It's implemented, but I want to wait for feedback from users on the experience before going further. It uses html5 file reader to do the batching which is nice because we both want to create the user and send the email (the latter happens from the client in JS from firebase) which means we can't process all server-side. Doing it in small chunks prevents a weird fail-in-the-middle where the users are created but no invites are sent yet.

That said html5 may not work on super old browsers, for example.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/enhancement New feature or feature request.
Projects
None yet
Development

No branches or pull requests

3 participants