Skip to content

Commit

Permalink
feat(homepage): add authentication to homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Nov 13, 2024
1 parent 944e186 commit f420b8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions registry/components/homepage/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f420b8c

Please sign in to comment.