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

Reduce network traffic when there are a lot of policies and requirements #10

Open
sidecus opened this issue Jun 19, 2020 · 1 comment
Open
Labels
authzyin client authzyin client library related authzyin server Server library related enhancement New feature or request

Comments

@sidecus
Copy link
Owner

sidecus commented Jun 19, 2020

Now we are serializing all policies and their requirements to the client. If there are many policies the data can be big - there is unnecessary network bandwidth used when a lot of requirements are being reused in different policies.

It can be optimized by putting all requirement definitions to an array and use references to requirements (like an id) in the policy definitions.

It's low pri but can be a future enhancement.

@sidecus sidecus added authzyin client authzyin client library related authzyin server Server library related enhancement New feature or request labels Jun 19, 2020
@sidecus
Copy link
Owner Author

sidecus commented Sep 18, 2020

low pri.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
authzyin client authzyin client library related authzyin server Server library related enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant