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

Debug feature: Account generator #29

Open
skomski opened this issue Aug 12, 2024 · 3 comments
Open

Debug feature: Account generator #29

skomski opened this issue Aug 12, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@skomski
Copy link
Contributor

skomski commented Aug 12, 2024

For testing the mandatory room feature on the staging server it would be good to have the possibility to create quickly a lot of accounts with random data. We could hide it behind a feature flag to avoid public visibility.
Or should we put this feature into a separate debug tool?

@tlater-famedly
Copy link
Contributor

Hm, we could have a set of utility scripts/tools somewhere. I don't think this is the right place for it, since this tool focuses very heavily on syncing ldap to zitadel - unless we want to generate random ldap users first, ldap-sync probably shouldn't grow functionality to generate random users just because we have a need for testing elsewhere.

@skomski
Copy link
Contributor Author

skomski commented Aug 13, 2024

Yes, completely, but one downside to having a separate tool is that we have to keep it up to date with the sync tool how we create Zitadel accounts. I will think of a good way to implement a debugging tool after my tests.

@tlater-famedly
Copy link
Contributor

That's why zitadel-rust-client exists, to be fair

@nikzen nikzen added the enhancement New feature or request label Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants