it seems some endpoints, especially hydra-admin e...
# general
w
it seems some endpoints, especially hydra-admin endpoints redirect to https, while others serve fine from http. For instance requests to http://hydra-admin.hydra.svc.cluster.local/oauth2/introspect reply with redirect to https, but requests to http://hydra-public.hydra.svc.cluster.local/oauth2/token do not.. In the config i see no difference between the serving of admin and public
hm, nevermind, it seems i had the wrong path 😄 thats why i was redirected. (admin/oauth2/introspect not ouath2/introspect)