This message was deleted.
# opal
s
This message was deleted.
o
Hi @Samuel Carlier 🙂 These are completely OPA features - not part of OPAL You can control how the OPAL-client runs OPA for you with the
OPAL_INLINE_OPA_CONFIG
- https://docs.opal.ac/getting-started/running-opal/run-opal-client/opa-runner-parameters, including a full config file
You can also run OPA on your own separately and just connect the OPAL-client to it via: •
OPAL_INLINE_OPA_ENABLED
set to False so the client won’t run OPA •
OPAL_POLICY_STORE_URL
set to the URL of your OPA
You can also control OPA’s log format via
OPAL_INLINE_OPA_LOG_FORMAT
Values are (“minimal”, “full”, “http”)
s
thanks for the info, i can experiment further now! question about running own OPA. is there a version compatibility between opal and opa we should be aware of?
o
is there a version compatibility between opal and opa we should be aware of?
Not so far. The OPA API hasn’t changed. Mostly you need to make sure that the Rego you load fits the OPA version.
🙌 1