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

Allow loading a policy bundle from a specified path #68

Open
carabasdaniel opened this issue Apr 5, 2023 · 1 comment
Open

Allow loading a policy bundle from a specified path #68

carabasdaniel opened this issue Apr 5, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@carabasdaniel
Copy link
Contributor

According to the configuration of the runtime topaz should be able to load a bundle from a configured path on the disc.

Currently there is no method to configure this behavior using the topaz CLI.

Allowing topaz to run with a bundle loaded from a folder would improve the experience of writing your policy as editing your rego definitions would be reflected directly into the loaded runtime bundle, allowing you to to interact with your loaded bundle a lot easier.

@carabasdaniel carabasdaniel added the enhancement New feature or request label Apr 5, 2023
@ronenh
Copy link
Contributor

ronenh commented Jul 5, 2023

Topaz has the ability to run policies from the local policy OCI store. This feature would enable a smoother rego authoring experience when editing policies by immediately reflecting changes to the policy source files.

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

No branches or pull requests

2 participants