You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OPA could instead stash the file in a temp dir and load it from that. However, it'd be nice to be able to reuse the bundle loading configuration to access features such as persistence so that users can reuse downloaded bundles.
What is the underlying problem you're trying to solve?
I would like to be able to provide users with a quick way to start OPA with a remote bundle, e.g.
Currently I must use a config file like this:
Or use
--set
many times:This would make it harder for users new to OPA to understand what's going on or to follow a tutorial.
Describe the ideal solution
Running a command like this:
Would be a shorthand for:
Describe a "Good Enough" solution
OPA could instead stash the file in a temp dir and load it from that. However, it'd be nice to be able to reuse the bundle loading configuration to access features such as persistence so that users can reuse downloaded bundles.
Additional Context
Related to: #5673
The text was updated successfully, but these errors were encountered: