Skip to content

Commit

Permalink
add issuer
Browse files Browse the repository at this point in the history
  • Loading branch information
connorlbark committed Dec 10, 2024
1 parent 0fa2cb6 commit 74dbec0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions terraform/gcp/k8s/environments/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ adminUrl: juniper-cmi.dev
deploymentZone: dev
replicas: 1
dsmUrl: https://dsm-dev.datadonationplatform.org/dsm
dsmIssuer: admin-d2p.ddp-dev.envs.broadinstitute.org
# "portals" adds certificates for each portal - both for the juniper-cmi.dev subdomains and the custom domain
portals:
- name: demo
Expand Down
1 change: 1 addition & 0 deletions terraform/gcp/k8s/environments/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ adminUrl: juniper-cmi.org
deploymentZone: prod
replicas: 3
dsmUrl: https://dsm.datadonationplatform.org/dsm
dsmIssuer: juniper.terra.bio
# "portals" adds certificates for each portal - both for the admin subdomains and the custom domain
portals:
- name: demo
Expand Down
2 changes: 1 addition & 1 deletion terraform/gcp/k8s/templates/admin-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ spec:
- name: SENDGRID_API_KEY_SECRET_ID
value: sendgrid-api-key
- name: DSM_JWT_ISSUER
value: admin-d2p.ddp-dev.envs.broadinstitute.org
value: {{ .Values.dsmIssuer }}
- name: DSM_JWT_SIGNING_SECRET_SECRET_ID
value: dsm-secret
- name: DSM_ADDRESS
Expand Down
2 changes: 1 addition & 1 deletion terraform/gcp/k8s/templates/participant-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ spec:
- name: SENDGRID_API_KEY_SECRET_ID
value: sendgrid-api-key
- name: DSM_JWT_ISSUER
value: admin-d2p.ddp-dev.envs.broadinstitute.org
value: {{.Values.dsmIssuer}}
- name: DSM_JWT_SIGNING_SECRET_SECRET_ID
value: dsm-secret
- name: DSM_ADDRESS
Expand Down
1 change: 1 addition & 0 deletions terraform/gcp/k8s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ b2c:
changePasswordPolicyName: ""
enableMaintenanceMode: false
dsmUrl: https://dsm-dev.datadonationplatform.org/dsm
dsmIssuer: admin-d2p.ddp-dev.envs.broadinstitute.org

0 comments on commit 74dbec0

Please sign in to comment.