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

feat: consider adding local cache to reduce impact on Azure APIs #168

Open
matt-FFFFFF opened this issue Sep 29, 2024 · 0 comments
Open

Comments

@matt-FFFFFF
Copy link
Member

matt-FFFFFF commented Sep 29, 2024

A read of the standard ALZ library takes approximately 45 seconds. However repeated reads will trigger throttling by the azure policy api.

The built-in policies are read to:

  1. Ensure they exist
  2. Read metadata in referenced definitions in order to calculate the correct role assignments for DiNE/modify policies

We could cache these results to avoid the repeated reads from the api.

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

No branches or pull requests

1 participant