-
Hello, guys! Previously I used airflow dag sync which works with kk api to download my group and user list. So, when I check list for my user in sidecar used
Rego manifest looks like that:
But auth isn't working with DENIED error... |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi, There is an extra space in your username reference.
Otherwise can you check the OPA logs that the input OPA receives is something like this:
|
Beta Was this translation helpful? Give feedback.
-
That depends on how your body looks. You can activate decision logging like described here https://docs.stackable.tech/home/stable/opa/usage-guide/logging/#_decision_logging
And then check how the request you receive looks like. |
Beta Was this translation helpful? Give feedback.
-
stackabletech/opa-operator#711 (comment) |
Beta Was this translation helpful? Give feedback.
stackabletech/opa-operator#711 (comment)
works for me