Hey folks, I am following this example: <https://g...
# talk-oathkeeper
h
Hey folks, I am following this example: https://github.com/ory/examples/tree/master/oathkeeper/11-kratos-keto Stuck with how can we pass data to
remote_json
when requesting the url? Anyone have ideas? Please help me What I have done: http://127.0.0.1:8080/hello?subject=guest response:
Access credentials are not sufficient to access this resource reason
s
h
Hey Patrik, Thanks for this, is there a way to get the headers without using another request in oathkeeper? I trie this
{{ .MatchContext.Header.Get \"X-User\" }}
but value is not populating in that
@steep-lamp-91158
s
that's the way to get headers, maybe try lowercase or printing all headers
h
how can we print all headers?
@steep-lamp-91158 how can we check the decrypted data after authentication in oathkeeper using bearer_token?