OPA Configs can be written in JSON or YAML, but swift-opa is only implementing support for JSON config files, to avoid taking on C-based dependencies.
We should investigate libraries like Swift Configuration and jpsim/Yams for potentially plumbing in YAML support.
Follow-up work may include implementing support for OPA's YAML builtins.
OPA Configs can be written in JSON or YAML, but
swift-opais only implementing support for JSON config files, to avoid taking on C-based dependencies.We should investigate libraries like Swift Configuration and jpsim/Yams for potentially plumbing in YAML support.
Follow-up work may include implementing support for OPA's YAML builtins.