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 e2305dc
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://argocd.dev.simonemms.com/auth
nginx.ingress.kubernetes.io/auth-signin: https://argocd.dev.simonemms.com/auth/login/?return_url=$escaped_request_uri
ingressClassName: nginx
hosts:
- host: homepage.simonemms.com
Expand Down

0 comments on commit e2305dc

Please sign in to comment.