diff --git a/registry/components/homepage/application.yaml b/registry/components/homepage/application.yaml index 8c4e954..54f8bdd 100644 --- a/registry/components/homepage/application.yaml +++ b/registry/components/homepage/application.yaml @@ -25,6 +25,8 @@ spec: annotations: kubernetes.io/tls-acme: "true" cert-manager.io/cluster-issuer: letsencrypt + nginx.ingress.kubernetes.io/auth-url: https://$host/oauth2/auth + nginx.ingress.kubernetes.io/auth-signin: https://$host/oauth2/start?rd=$escaped_request_uri ingressClassName: nginx hosts: - host: homepage.simonemms.com