Failed to start opa engine #1377
Replies: 1 comment 2 replies
-
We no longer bundle OPA with OpenTDF due to performance reasons. We still use rego but don't currently support custom rego within the platform. Our concept of an Entity Resolution Service is where you might want to run custom rego or call the OPA cluster running within your environment. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to set up OpenTDF . I have followed the installation steps, but I am encountering an error when I run the command
docker run --network opentdf_platform -p "127.0.0.1:8080:8080" -v "$(pwd)/kas-keys/:/keys/" -v "$(pwd)/opentdf.yaml:/home/nonroot/.opentdf/opentdf.yaml" -it registry.opentdf.io/platform:nightly start
Here is the relevant part of the output:
failed to read config file: open ./opentdf-opa.yaml: no such file or directory
Do I miss some configuration files?
Beta Was this translation helpful? Give feedback.
All reactions