Skip to content

Commit

Permalink
Merge pull request #9 from TheJacksonLaboratory/G3-294-403-login-issu…
Browse files Browse the repository at this point in the history
…es-with-geneweaver-legacy-production

G3-294: 403 login issues with geneweaver-legacy production
  • Loading branch information
bergsalex committed Jul 2, 2024
2 parents 37b6e84 + b93628e commit 1a8b75c
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
7 changes: 6 additions & 1 deletion deploy/k8s/base/external-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@ spec:
data:
- secretKey: AUTH_CLIENTSECRET
remoteRef:
key: "geneweaver_legacy_auth_client_secret"
key: "geneweaver_legacy_secrets"
property: AUTH_CLIENTSECRET
- secretKey: APPLICATION_SECRET
remoteRef:
key: "geneweaver_legacy_secrets"
property: APPLICATION_SECRET
21 changes: 21 additions & 0 deletions deploy/k8s/overlays/jax-cluster-prod-10--prod/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ spec:
- "geneweaver-prod.jax.org"
- "geneweaver.jax.org"
- "geneweaver.org"
- "www.geneweaver.org"
- "classic.geneweaver.org"
secretName: geneweaver-prod-jax-org-tls
rules:
- host: "geneweaver.org"
Expand All @@ -37,6 +39,25 @@ spec:
port:
number: 8000
- host: "geneweaver-prod.jax.org"
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: geneweaver-legacy
port:
number: 8000
- host: "www.geneweaver.org"
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: geneweaver-legacy
port:
- host: "classic.geneweaver.org"
http:
paths:
- pathType: Prefix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "geneweaver-legacy"
version = "1.3.1"
version = "1.3.2"
description = ""
authors = ["Alexander Berger <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 1a8b75c

Please sign in to comment.