Skip to content

Commit

Permalink
stripe images updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sfdevops committed Nov 28, 2024
1 parent 59f1d23 commit 1485a64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ data:
SMTP_FROM_EMAIL: '{{ .Values.tenantMgmtService.from_email }}'
SMTP_FROM_DISPLAY_NAME: '{{ .Values.notificationService.smtp_display_name }}'
STRIPE_SECRET: 'sk_test_51Pab3LKxH99wEJoTKBIoEWMdmTBXdtGCfGLmbrwvtSY7BBh140V0K5jgwcpiZwjkJfybK4RIx5rPeuK54J7CUgXJ00r0XUMPsj'
STRIPE_WEBHOOK_SECRET: 'whsec_12J1MeKDFjXvWQQ4526fI6HxWHnWqH4S'
{{- end}}
4 changes: 4 additions & 0 deletions terraform/control-plane-application/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ data "aws_ssm_parameter" "auth0_client_secret" {
data "aws_ssm_parameter" "keycloak_password" {
name = "/${var.namespace}/${var.environment}/keycloak_password"
}

data "aws_ssm_parameter" "stripe_secret" {
name = "/sf-arc-saas/dev/stripe_webhook_secret"
}
############################################################################
## EKS data
############################################################################
Expand Down

0 comments on commit 1485a64

Please sign in to comment.