Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 535 Bytes

oauth-proxy.md

File metadata and controls

13 lines (8 loc) · 535 Bytes

Authentication Proxy

oauth2 proxy available to protect services without their own login.

Provides access to all members of elifesciences Github organisation.

Add following annotations to your service’s ingress:

annotations:
  nginx.ingress.kubernetes.io/auth-url: "https://oauth-proxy.elifesciences.org/oauth2/auth"
  nginx.ingress.kubernetes.io/auth-signin: "https://oauth-proxy.elifesciences.org/oauth2/start?rd=https%3A%2F%2F$host$request_uri"