Skip to content

Commit

Permalink
[Account-Platform] Add okta stream consumer group for staff api (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
darren-west authored Dec 17, 2024
1 parent 0b607e7 commit fcb2813
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions prod-aws/kafka-shared-msk/account-identity/okta.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,10 @@ module "account_identity_crm_okta_projector" {
consume_groups = ["customer-support.staff.okta.ticketing.20230313T1510"]
cert_common_name = "crm/okta-projector"
}

module "account_identity_staff_api_projector" {
source = "../../../modules/tls-app"
consume_topics = [kafka_topic.account_identity_staff_okta_v6.name]
consume_groups = ["account-identity.staff-api-projector"]
cert_common_name = "account-platform/staff-api-projector"
}

0 comments on commit fcb2813

Please sign in to comment.