Hi guys, can you help me with this issue. Please c...
# talk-oathkeeper
g
Hi guys, can you help me with this issue. Please check the config and accessrules file. When I try to hit the endpoint
<http://127.0.0.1:8080/todos>
. I get unauthorized response
Copy code
{
  "error": {
    "code": 401,
    "status": "Unauthorized",
    "message": "Access credentials are invalid"
  }
}
and but this
check_session_url
endpoint is not getting hit. bcz there are no logs from that api. I have also posted logs from oathkeeper Can you guys help me with this issue like is there anything wrong in the config or anything else I am missing.
a
you need to be sure that the "check_session_url" is accessible from oathkeeper a good verification is to jump into the pod/container/host that is running oathkeeper, do a curl (or any other http client) to that url and see if you can access it oathkeeper can't do much if that address is inaccessible e.g. maybe there's a network issue