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

PAY-6602: Adding test thumbprints #128

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

davejones74
Copy link
Contributor

Jira link (if applicable)

https://tools.hmcts.net/jira/browse/PAY-6602

Change description

Adding test certs for QA and developer to Demo environment.

Checklist

  • commit messages are meaningful and follow good commit message guidelines
  • README and other documentation has been updated / added (if needed)
  • tests have been updated / new tests has been added (if needed)
  • Does this PR introduce a breaking change

@davejones74 davejones74 changed the title PAY-6602: Adding test thumbprints. PAY-6602: Adding test thumbprints Jul 10, 2024
@hmcts-jenkins-a-to-c
Copy link
Contributor

Plan Result (aat)

Plan: 5 to add, 0 to change, 0 to destroy.
  • Create
    • azurerm_api_management_subscription.fee_pay_team_payment_subscription
    • azurerm_api_management_subscription.liberata_supplier_subscription
    • azurerm_key_vault_secret.fee_pay_team_payment_subscription_key
    • azurerm_key_vault_secret.liberata_supplier_subscription_key
    • module.cft_api_mgmt_product.azurerm_api_management_product_group.access_control_groups["developers"]
Change Result (Click me)
  # azurerm_api_management_subscription.fee_pay_team_payment_subscription will be created
  + resource "azurerm_api_management_subscription" "fee_pay_team_payment_subscription" {
      + allow_tracing       = true
      + api_management_name = "cft-api-mgmt-stg"
      + display_name        = "Payment API - Fee and Pay DTS Team Subscription"
      + id                  = (known after apply)
      + primary_key         = (sensitive value)
      + product_id          = "/subscriptions/96c274ce-846d-4e48-89a7-d528432298a7/resourceGroups/cft-aat-network-rg/providers/Microsoft.ApiManagement/service/cft-api-mgmt-stg/products/payments"
      + resource_group_name = "cft-aat-network-rg"
      + secondary_key       = (sensitive value)
      + state               = "active"
      + subscription_id     = (known after apply)
    }

  # azurerm_api_management_subscription.liberata_supplier_subscription will be created
  + resource "azurerm_api_management_subscription" "liberata_supplier_subscription" {
      + allow_tracing       = true
      + api_management_name = "cft-api-mgmt-stg"
      + display_name        = "Payment API - Liberata Subscription"
      + id                  = (known after apply)
      + primary_key         = (sensitive value)
      + product_id          = "/subscriptions/96c274ce-846d-4e48-89a7-d528432298a7/resourceGroups/cft-aat-network-rg/providers/Microsoft.ApiManagement/service/cft-api-mgmt-stg/products/payments"
      + resource_group_name = "cft-aat-network-rg"
      + secondary_key       = (sensitive value)
      + state               = "active"
      + subscription_id     = (known after apply)
    }

  # azurerm_key_vault_secret.fee_pay_team_payment_subscription_key will be created
  + resource "azurerm_key_vault_secret" "fee_pay_team_payment_subscription_key" {
      + id                      = (known after apply)
      + key_vault_id            = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/ccpay-aat/providers/Microsoft.KeyVault/vaults/ccpay-aat"
      + name                    = "fee-pay-team-payment-cft-apim-subscription-key"
      + resource_id             = (known after apply)
      + resource_versionless_id = (known after apply)
      + value                   = (sensitive value)
      + version                 = (known after apply)
      + versionless_id          = (known after apply)
    }

  # azurerm_key_vault_secret.liberata_supplier_subscription_key will be created
  + resource "azurerm_key_vault_secret" "liberata_supplier_subscription_key" {
      + id                      = (known after apply)
      + key_vault_id            = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/ccpay-aat/providers/Microsoft.KeyVault/vaults/ccpay-aat"
      + name                    = "liberata-cft-apim-subscription-key"
      + resource_id             = (known after apply)
      + resource_versionless_id = (known after apply)
      + value                   = (sensitive value)
      + version                 = (known after apply)
      + versionless_id          = (known after apply)
    }

  # module.cft_api_mgmt_product.azurerm_api_management_product_group.access_control_groups["developers"] will be created
  + resource "azurerm_api_management_product_group" "access_control_groups" {
      + api_management_name = "cft-api-mgmt-stg"
      + group_name          = "developers"
      + id                  = (known after apply)
      + product_id          = "payments"
      + resource_group_name = "cft-aat-network-rg"
    }

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

@hmcts-jenkins-a-to-c
Copy link
Contributor

Plan Result (prod)

Plan: 5 to add, 0 to change, 0 to destroy.
  • Create
    • azurerm_api_management_subscription.fee_pay_team_payment_subscription
    • azurerm_api_management_subscription.liberata_supplier_subscription
    • azurerm_key_vault_secret.fee_pay_team_payment_subscription_key
    • azurerm_key_vault_secret.liberata_supplier_subscription_key
    • module.cft_api_mgmt_product.azurerm_api_management_product_group.access_control_groups["developers"]
Change Result (Click me)
  # azurerm_api_management_subscription.fee_pay_team_payment_subscription will be created
  + resource "azurerm_api_management_subscription" "fee_pay_team_payment_subscription" {
      + allow_tracing       = true
      + api_management_name = "cft-api-mgmt-prod"
      + display_name        = "Payment API - Fee and Pay DTS Team Subscription"
      + id                  = (known after apply)
      + primary_key         = (sensitive value)
      + product_id          = "/subscriptions/8cbc6f36-7c56-4963-9d36-739db5d00b27/resourceGroups/cft-prod-network-rg/providers/Microsoft.ApiManagement/service/cft-api-mgmt-prod/products/payments"
      + resource_group_name = "cft-prod-network-rg"
      + secondary_key       = (sensitive value)
      + state               = "active"
      + subscription_id     = (known after apply)
    }

  # azurerm_api_management_subscription.liberata_supplier_subscription will be created
  + resource "azurerm_api_management_subscription" "liberata_supplier_subscription" {
      + allow_tracing       = true
      + api_management_name = "cft-api-mgmt-prod"
      + display_name        = "Payment API - Liberata Subscription"
      + id                  = (known after apply)
      + primary_key         = (sensitive value)
      + product_id          = "/subscriptions/8cbc6f36-7c56-4963-9d36-739db5d00b27/resourceGroups/cft-prod-network-rg/providers/Microsoft.ApiManagement/service/cft-api-mgmt-prod/products/payments"
      + resource_group_name = "cft-prod-network-rg"
      + secondary_key       = (sensitive value)
      + state               = "active"
      + subscription_id     = (known after apply)
    }

  # azurerm_key_vault_secret.fee_pay_team_payment_subscription_key will be created
  + resource "azurerm_key_vault_secret" "fee_pay_team_payment_subscription_key" {
      + id                      = (known after apply)
      + key_vault_id            = "/subscriptions/8999dec3-0104-4a27-94ee-6588559729d1/resourceGroups/ccpay-prod/providers/Microsoft.KeyVault/vaults/ccpay-prod"
      + name                    = "fee-pay-team-payment-cft-apim-subscription-key"
      + resource_id             = (known after apply)
      + resource_versionless_id = (known after apply)
      + value                   = (sensitive value)
      + version                 = (known after apply)
      + versionless_id          = (known after apply)
    }

  # azurerm_key_vault_secret.liberata_supplier_subscription_key will be created
  + resource "azurerm_key_vault_secret" "liberata_supplier_subscription_key" {
      + id                      = (known after apply)
      + key_vault_id            = "/subscriptions/8999dec3-0104-4a27-94ee-6588559729d1/resourceGroups/ccpay-prod/providers/Microsoft.KeyVault/vaults/ccpay-prod"
      + name                    = "liberata-cft-apim-subscription-key"
      + resource_id             = (known after apply)
      + resource_versionless_id = (known after apply)
      + value                   = (sensitive value)
      + version                 = (known after apply)
      + versionless_id          = (known after apply)
    }

  # module.cft_api_mgmt_product.azurerm_api_management_product_group.access_control_groups["developers"] will be created
  + resource "azurerm_api_management_product_group" "access_control_groups" {
      + api_management_name = "cft-api-mgmt-prod"
      + group_name          = "developers"
      + id                  = (known after apply)
      + product_id          = "payments"
      + resource_group_name = "cft-prod-network-rg"
    }

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

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

Successfully merging this pull request may close these issues.

1 participant