Getting Authorization policy missing or undefined Error #341
nitheshrayuduv
started this conversation in
Community
Replies: 1 comment 3 replies
-
Hi @nitheshrayuduv 👋 Have you provided an authorization policy for OPA? The process is described here. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I start the OPA application in windows using the below run command.
opa run --server --log-level debug --tls-cert-file public.crt --tls-private-key-file private.key --authentication=token --authorization=basic
Always ending up with, Is there any other API endpoint and REGO policy i need to add, and how to add it ?
{
"code": "internal_error",
"message": "authorization policy missing or undefined"
}
Beta Was this translation helpful? Give feedback.
All reactions