Skip to content

Commit

Permalink
kafka-shared/iam: allow event-forwarder to consume revoked topic
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarota committed Feb 8, 2024
1 parent 2fde6b5 commit 289a0ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-aws/kafka-shared/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ module "iam_jwks_publisher" {
module "iam_identitydb_event_forwarder" {
source = "../../modules/tls-app"
produce_topics = [kafka_topic.iam_identitydb_v1.name]
consume_topics = { (kafka_topic.iam_revoked_v1.name) : "iam-identitydb-event-forwarder" }
cert_common_name = "auth/iam-identitydb-event-forwarder"
}

Expand Down
1 change: 1 addition & 0 deletions prod-aws/kafka-shared/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ module "iam_jwks_publisher" {
module "iam_identitydb_event_forwarder" {
source = "../../modules/tls-app"
produce_topics = [kafka_topic.iam_identitydb_v1.name]
consume_topics = { (kafka_topic.iam_revoked_v1.name) : "iam-identitydb-event-forwarder" }
cert_common_name = "auth/iam-identitydb-event-forwarder"
}

Expand Down

0 comments on commit 289a0ca

Please sign in to comment.