Setup
Install and run the Open Policy Engine (OPA) on your local machine
Installation
chmod 755 ./opaPath Configuration
mv opa ~/.local/bin/opaVerify Setup
opa eval "1*2+3"{
"result": [
{
"expressions": [
{
"value": 5,
"text": "1*2+3",
"location": {
"row": 1,
"col": 1
}
}
]
}
]
}
Next Steps
Last updated
Was this helpful?
