Skip to content

Commit

Permalink
feat: add produce authorisation to cc agent-service
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorf7 committed Jan 15, 2025
1 parent 86f1481 commit cd26001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ module "agent_state_service" {
source = "../../../modules/tls-app"
cert_common_name = "contact-channels/agent-state-service"
consume_topics = [kafka_topic.interactions_state_events.name]
produce_topics = [kafka_topic.interactions_state_events.name]
}

# Consume from contact-channels.genesys_eb_events (ES Topic Indexer)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ module "agent_state_service" {
source = "../../../modules/tls-app"
cert_common_name = "contact-channels/agent-state-service"
consume_topics = [kafka_topic.interactions_state_events.name]
produce_topics = [kafka_topic.interactions_state_events.name]
}

# Consume from contact-channels.genesys_eb_events (ES Topic Indexer)
Expand Down

0 comments on commit cd26001

Please sign in to comment.