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

[Account-Platform] Add okta stream consumer group for staff api #734

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

darren-west
Copy link
Contributor

No description provided.

@darren-west darren-west requested a review from a team as a code owner December 17, 2024 15:34
@uw-infra
Copy link

uw-infra commented Dec 17, 2024

Terraform run output for

Cluster: prod-aws
Module: pubsub/kafka-shared-msk-account-identity
Path: prod-aws/kafka-shared-msk/account-identity
Commit ID: c24c6ae0b26e69913ad12b35c8fe41b997b586b5
✅ Run Status: Ok, Run Summary: Plan: 2 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.account_identity_staff_api_projector.kafka_acl.group_acl["account-identity.staff-api-projector"] will be created
  + resource "kafka_acl" "group_acl" {
      + acl_host                     = "*"
      + acl_operation                = "Read"
      + acl_permission_type          = "Allow"
      + acl_principal                = "User:CN=account-platform/staff-api-projector"
      + id                           = (known after apply)
      + resource_name                = "account-identity.staff-api-projector"
      + resource_pattern_type_filter = "Literal"
      + resource_type                = "Group"
    }

  # module.account_identity_staff_api_projector.kafka_acl.topic_acl["account-identity.staff.okta.v6"] will be created
  + resource "kafka_acl" "topic_acl" {
      + acl_host                     = "*"
      + acl_operation                = "Read"
      + acl_permission_type          = "Allow"
      + acl_principal                = "User:CN=account-platform/staff-api-projector"
      + id                           = (known after apply)
      + resource_name                = "account-identity.staff.okta.v6"
      + resource_pattern_type_filter = "Literal"
      + resource_type                = "Topic"
    }

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

To manually trigger plan again please post @terraform-applier plan prod-aws/kafka-shared-msk/account-identity as comment.

@darren-west darren-west merged commit fcb2813 into main Dec 17, 2024
2 checks passed
@darren-west darren-west deleted the account-platform-okta-consumer branch December 17, 2024 15:40
@uw-infra
Copy link

Terraform run output for

Cluster: prod-aws
Module: pubsub/kafka-shared-msk-account-identity
Path: prod-aws/kafka-shared-msk/account-identity
Commit ID: fcb2813ab71e9d2fed084a7ac3aede4132ab7f11
✅ Run Status: Ok, Run Summary: Apply complete! Resources: 2 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.account_identity_staff_api_projector.kafka_acl.group_acl["account-identity.staff-api-projector"] will be created
  + resource "kafka_acl" "group_acl" {
      + acl_host                     = "*"
      + acl_operation                = "Read"
      + acl_permission_type          = "Allow"
      + acl_principal                = "User:CN=account-platform/staff-api-projector"
      + id                           = (known after apply)
      + resource_name                = "account-identity.staff-api-projector"
      + resource_pattern_type_filter = "Literal"
      + resource_type                = "Group"
    }

  # module.account_identity_staff_api_projector.kafka_acl.topic_acl["account-identity.staff.okta.v6"] will be created
  + resource "kafka_acl" "topic_acl" {
      + acl_host                     = "*"
      + acl_operation                = "Read"
      + acl_permission_type          = "Allow"
      + acl_principal                = "User:CN=account-platform/staff-api-projector"
      + id                           = (known after apply)
      + resource_name                = "account-identity.staff.okta.v6"
      + resource_pattern_type_filter = "Literal"
      + resource_type                = "Topic"
    }

Plan: 2 to add, 0 to change, 0 to destroy.
module.account_identity_staff_api_projector.kafka_acl.group_acl["account-identity.staff-api-projector"]: Creating...
module.account_identity_staff_api_projector.kafka_acl.topic_acl["account-identity.staff.okta.v6"]: Creating...
module.account_identity_staff_api_projector.kafka_acl.topic_acl["account-identity.staff.okta.v6"]: Creation complete after 1s [id=User:CN=account-platform/staff-api-projector|*|Read|Allow|Topic|account-identity.staff.okta.v6|Literal]
module.account_identity_staff_api_projector.kafka_acl.group_acl["account-identity.staff-api-projector"]: Creation complete after 1s [id=User:CN=account-platform/staff-api-projector|*|Read|Allow|Group|account-identity.staff-api-projector|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_key` instead.

(and one more similar warning elsewhere)

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

To manually trigger plan again please post @terraform-applier plan prod-aws/kafka-shared-msk/account-identity 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