-
Notifications
You must be signed in to change notification settings - Fork 436
Open
Labels
enhancementNew feature or requestNew feature or requestsecurityImproves securityImproves securitytriageIssues / Features awaiting triageIssues / Features awaiting triage
Milestone
Description
🧭 Type of Feature
Please select the most appropriate category:
- Enhancement to existing functionality
🧭 Epic
It would be helpful to introduce support for OPA bundling so that policies can be downloaded from an external server instead of being tightly coupled with the application/server deployment. This would allow for cleaner separation between policy development and system deployment lifecycles.
Motivation / Use Case
- Organizations often maintain policies independently from runtime services.
- Decoupling policy distribution from server deployments enables faster iteration on policy development without requiring frequent redeployment of application services.
- External policy bundles provide a more centralized and consistent way to manage policies across environments.
Proposed Solution
Implement OPA bundle download from a configured external server. Policies should be able to be updated by pushing bundles to the policy server, which clients then periodically fetch.
Configuration could support:
- Policy bundle endpoint URL
- Update interval or trigger mechanism
- Cache fallback for offline scenarios
References
araujof
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestsecurityImproves securityImproves securitytriageIssues / Features awaiting triageIssues / Features awaiting triage