Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add local consumer group to mapper tls app #711

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

martskins
Copy link
Contributor

No description provided.

@martskins martskins requested a review from a team as a code owner November 25, 2024 15:33
@uw-infra
Copy link

uw-infra commented Nov 25, 2024

Terraform run output for

Cluster: dev-aws
Module: pubsub/kafka-shared-msk-cbc
Path: dev-aws/kafka-shared-msk/cbc
Commit ID: b03f7f20675e7edcc0648f971faeaff769b51925
✅ Run Status: Ok, Run Summary: Plan: 1 to add, 0 to change, 0 to destroy.
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  + create

Terraform will perform the following actions:

  # module.cbc_transaction_notification_mapper.kafka_acl.group_acl["cbc.local-test-consumer-v1"] will be created
  + resource "kafka_acl" "group_acl" {
      + acl_host                     = "*"
      + acl_operation                = "Read"
      + acl_permission_type          = "Allow"
      + acl_principal                = "User:CN=cbc/cbc-transaction-notification-mapper"
      + id                           = (known after apply)
      + resource_name                = "cbc.local-test-consumer-v1"
      + resource_pattern_type_filter = "Literal"
      + resource_type                = "Group"
    }

Plan: 1 to add, 0 to change, 0 to destroy.

To manually trigger plan again please post @terraform-applier plan dev-aws/kafka-shared-msk/cbc as comment.

@martskins martskins merged commit 4d7ecf6 into main Nov 25, 2024
2 checks passed
@martskins martskins deleted the add-local-test-consumer-group branch November 25, 2024 15:44
@uw-infra
Copy link

Terraform run output for

Cluster: dev-aws
Module: pubsub/kafka-shared-msk-cbc
Path: dev-aws/kafka-shared-msk/cbc
Commit ID: 4d7ecf69d16e912a500e26ab823d9ef3e8252002
✅ Run Status: Ok, Run Summary: Apply complete! Resources: 1 added, 0 changed, 0 destroyed
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  + create

Terraform will perform the following actions:

  # module.cbc_transaction_notification_mapper.kafka_acl.group_acl["cbc.local-test-consumer-v1"] will be created
  + resource "kafka_acl" "group_acl" {
      + acl_host                     = "*"
      + acl_operation                = "Read"
      + acl_permission_type          = "Allow"
      + acl_principal                = "User:CN=cbc/cbc-transaction-notification-mapper"
      + id                           = (known after apply)
      + resource_name                = "cbc.local-test-consumer-v1"
      + resource_pattern_type_filter = "Literal"
      + resource_type                = "Group"
    }

Plan: 1 to add, 0 to change, 0 to destroy.
module.cbc_transaction_notification_mapper.kafka_acl.group_acl["cbc.local-test-consumer-v1"]: Creating...
module.cbc_transaction_notification_mapper.kafka_acl.group_acl["cbc.local-test-consumer-v1"]: Creation complete after 0s [id=User:CN=cbc/cbc-transaction-notification-mapper|*|Read|Allow|Group|cbc.local-test-consumer-v1|Literal]

Warning: Argument is deprecated

  with provider["registry.terraform.io/mongey/kafka"],
  on __env.tf line 12, in provider "kafka":
  12: provider "kafka" {

This parameter is now deprecated and will be removed in a later release,
please use `client_cert` instead.

(and one more similar warning elsewhere)

Apply complete! Resources: 1 added, 0 changed, 0 destroyed.

To manually trigger plan again please post @terraform-applier plan dev-aws/kafka-shared-msk/cbc as comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants