I've got a oathkeeper instance requesting hydra in...
# talk-oathkeeper
w
I've got a oathkeeper instance requesting hydra in the same k8s cluster. And I want to use hydra-public.hydra.svc.cluster.local url, but the issue is, for that to work I have to add --header 'x-forwarded-proto: https', Because hydra doesnt respond unless its https, orr x-forwarded-proto: https but there is no options to add a header to
oauth2_client_credentials
config as far as I see. How would you best solve this, could i change something in hydra?