Skip to content

Commit

Permalink
Upgrade iris mpc to use get object instead of presigned URL (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielle-tfh authored Dec 5, 2024
1 parent fc021aa commit 146c2ca
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy/stage/common-values-iris-mpc.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: "ghcr.io/worldcoin/iris-mpc:v0.10.5"
image: "ghcr.io/worldcoin/iris-mpc:v0.11.0"

environment: stage
replicaCount: 1
Expand Down
5 changes: 4 additions & 1 deletion deploy/stage/smpcv2-0-stage/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ env:
- name: SMPC__PUBLIC_KEY_BASE_URL
value: "https://pki-smpcv2-stage.worldcoin.org"

- name: SMPC__SHARES_BUCKET_NAME
value: "wf-smpcv2-stage-sns-requests"

- name: SMPC__CLEAR_DB_BEFORE_INIT
value: "true"

Expand All @@ -90,7 +93,7 @@ env:

- name: SMPC__SERVICE__METRICS__BUFFER_SIZE
value: "256"

- name: SMPC__SERVICE__METRICS__PREFIX
value: "smpcv2-0"

Expand Down
5 changes: 4 additions & 1 deletion deploy/stage/smpcv2-1-stage/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ env:
- name: SMPC__PUBLIC_KEY_BASE_URL
value: "https://pki-smpcv2-stage.worldcoin.org"

- name: SMPC__SHARES_BUCKET_NAME
value: "wf-smpcv2-stage-sns-requests"

- name: SMPC__CLEAR_DB_BEFORE_INIT
value: "true"

Expand All @@ -90,7 +93,7 @@ env:

- name: SMPC__SERVICE__METRICS__BUFFER_SIZE
value: "256"

- name: SMPC__SERVICE__METRICS__PREFIX
value: "smpcv2-1"

Expand Down
5 changes: 4 additions & 1 deletion deploy/stage/smpcv2-2-stage/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ env:
- name: SMPC__PUBLIC_KEY_BASE_URL
value: "https://pki-smpcv2-stage.worldcoin.org"

- name: SMPC__SHARES_BUCKET_NAME
value: "wf-smpcv2-stage-sns-requests"

- name: SMPC__CLEAR_DB_BEFORE_INIT
value: "true"

Expand All @@ -90,7 +93,7 @@ env:

- name: SMPC__SERVICE__METRICS__BUFFER_SIZE
value: "256"

- name: SMPC__SERVICE__METRICS__PREFIX
value: "smpcv2-2"

Expand Down

0 comments on commit 146c2ca

Please sign in to comment.