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

skip_groups and skip_roles on data source okta_user. #1011

Merged
merged 1 commit into from
Mar 10, 2022

Conversation

monde
Copy link
Collaborator

@monde monde commented Mar 10, 2022

skip_roles and skip_groups on okta_user data source to prevent additional API calls when they are not required.

On a sample app with 1000 users this drops the example in #1007 from 3068 GET requests running around 6 minutes to 1008 GET requests running in 40 seconds on my test org.

closes #1007

@monde monde requested a review from bretterer March 10, 2022 17:45
@monde monde merged commit 0f5f19e into master Mar 10, 2022
@monde monde mentioned this pull request Mar 11, 2022
@monde monde deleted the skips_in_okta_user branch April 7, 2022 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add skip_groups and skip_roles to okta_user
2 participants