carabasdaniel
carabasdaniel
Closes: https://github.com/open-policy-agent/opa/issues/4638
This should close: https://github.com/oras-project/oras-go/issues/454
According to the [configuration of the runtime](https://github.com/aserto-dev/runtime/blob/main/config.go#L38) topaz should be able to load a bundle from a configured path on the disc. Currently there is no method to configure this...
The policy CLI is currently blocked on OPA v0.58.0 used in the aserto-dev/runtime as mentioned in the draft here: https://github.com/aserto-dev/runtime/pull/46
Using Policy CLI version 2.4 to push an image returns: ``` oras push manifest failed: unexpected status from PUT request to /manifests/latest: 405 Method Not Allowed failed to push one...