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.
1 reply
-
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.
0 replies
-
stackabletech/opa-operator#711 (comment) |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, guys!
I have a some question about working on user-info-fetcher
Previously I used airflow dag sync which works with kk api to download my group and user list.
Now I work with awesome tool user-info-fetcher and try to sync my keycloak groups with OPA
So, when I check list for my user in sidecar used
curl -X POST localhost:9476/user -H 'Content-Type: application/json' -d '{"username": "MY-USER-NAME"}'
- I can see that all fine:Rego manifest looks like that:
But auth isn't working with DENIED error...
Could u can help me with debug this step? probably I can check INPUT block in logs?
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions