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

wiz_saml_idp: improve group_mapping performance #175

Open
jschoombee opened this issue Sep 8, 2023 · 0 comments
Open

wiz_saml_idp: improve group_mapping performance #175

jschoombee opened this issue Sep 8, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jschoombee
Copy link
Collaborator

Description

When processing a very large number of group mappings (>1000), things start getting a bit slow, north of 7 minutes for testing with 7000 mappings. This is not due to the API response time but suspect due to the flattenGroupMapping function. Perhaps a goroutine might be a good solution.

References

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment
@jschoombee jschoombee added the enhancement New feature or request label Sep 8, 2023
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

1 participant