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
These changes simply update the bundle reader to accept data.yaml
files in addition to data.json files. This allows callers to supply
YAML files to OPA without having to convert them into JSON.
Fixesopen-policy-agent#1471
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
These changes simply update the bundle reader to accept data.yaml
files in addition to data.json files. This allows callers to supply
YAML files to OPA without having to convert them into JSON.
Fixes#1471
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
Expected Behavior
OPA supports data files either in JSON or YAML format, but this is not the situation for bundles - bundle support only JSON files.
Actual Behavior
Allow adding data files in YAML format to a bundle
Steps to Reproduce the Problem
Additional Info
The text was updated successfully, but these errors were encountered: