Skip to content

Commit

Permalink
cdk: enable payouts (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
jagan-jaya committed Feb 7, 2024
1 parent b7c16d7 commit 19eec75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/aws/eks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,9 @@ export class EksStack {
},
consumer: {
image: "juspaydotin/hyperswitch-consumer:v1.105.0-standalone"
},
controlCenter: {
image: "juspaydotin/hyperswitch-control-center:v1.17.1"
}
},
application: {
Expand Down Expand Up @@ -461,6 +464,8 @@ export class EksStack {
},
server: {
secrets: {
locker_private_key: locker?.locker_ec2.locker_pair.private_key || '',
tenant_public_key: locker?.locker_ec2.tenant.public_key || '',
master_key: locker ? config.locker.master_key : ""
}
}
Expand Down

0 comments on commit 19eec75

Please sign in to comment.