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

Do not download policies that have already been downloaded #33

Open
flavio opened this issue Mar 20, 2021 · 0 comments
Open

Do not download policies that have already been downloaded #33

flavio opened this issue Mar 20, 2021 · 0 comments

Comments

@flavio
Copy link
Member

flavio commented Mar 20, 2021

Right now policy-server will always download all the policies defined inside of the policies.yml file, even if they have already been downloaded.

This is sub-optimal, changing a policy setting requires to restart the policy-server, which then causes all the policies to be downloaded again.

Acceptance criteria

  • policies.yml file is extended to allow something similar to Kubernetes' imagePullOptions
  • policy-server follows the policy pullOption and downloads the wasm file only when needed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant