Jump to content

Kubernetes: Difference between revisions

280 bytes added ,  1 December 2023
Line 470: Line 470:
nginx.ingress.kubernetes.io/auth-signin: "https://oauth2proxy.davidl.me/oauth2/start?rd=$scheme://$host$request_uri"
nginx.ingress.kubernetes.io/auth-signin: "https://oauth2proxy.davidl.me/oauth2/start?rd=$scheme://$host$request_uri"
</syntaxhighlight>
</syntaxhighlight>
;Additional things to look into
* Keycloak
** https://www.talkingquickly.co.uk/webapp-authentication-keycloak-OAuth2-proxy-nginx-ingress-kubernetes
* Authelia - only support username/password as the first factor
* Authentik - tried this but had too complicated and buggy for me.


==Autoscaling==
==Autoscaling==