Skip to content

Decsion endpoint with cookie-session authenticator. #868

Answered by Benehiko
rezakazemi928 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @rezakazemi928

Not completely sure what you mean, but if you mean passing along the connection from NGINX to Oathkeeper then you can just add the proxy_pass option to the NGINX config.

Example:

location ~ / {
    proxy_set_header Host $host;
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection "upgrade";
    proxy_pass http://127.0.0.1:4455;
  }

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rezakazemi928
Comment options

Answer selected by vinckr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants