Skip to content

Ccd 6255 ft tests update no c create case not have case role #561

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

Open
wants to merge 26 commits into
base: CCD-5334_Update_NoC_create_case_not_have_case_role
Choose a base branch
from

Conversation

patelila
Copy link
Contributor

@patelila patelila commented Apr 3, 2025

Before creating a pull request make sure that:

  • 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)
  • the keep-helm label has been added, if the helm release should be persisted after a successful build

Please remove this line and everything above and fill the following sections:

JIRA link (if applicable)

Change description

Does this PR introduce a breaking change? (check one with "x")

[ ] Yes
[ ] No

patelila and others added 2 commits April 8, 2025 13:07
…o CCD-6255_FT_Tests_Update_NoC_create_case_not_have_case_role
patelila added 2 commits April 8, 2025 15:59
…ate_case_not_have_case_role' into CCD-6255_FT_Tests_Update_NoC_create_case_not_have_case_role
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview May 8, 2025 09:37 Abandoned
…o CCD-6255_FT_Tests_Update_NoC_create_case_not_have_case_role
@hmcts-jenkins-a-to-c
Copy link
Contributor

hmcts-jenkins-a-to-c bot commented May 21, 2025

Plan Result (aat)

⚠️ Resource Deletion will happen

This plan contains resource delete operation. Please check the plan result very carefully!

Plan: 1 to add, 0 to change, 1 to destroy.
  • Create
    • azurerm_key_vault_secret.AZURE_APPINSGHTS_KEY
  • Delete
    • azurerm_key_vault_secret.app_insights_connection_string
Change Result (Click me)
  # azurerm_key_vault_secret.AZURE_APPINSGHTS_KEY will be created
  + resource "azurerm_key_vault_secret" "AZURE_APPINSGHTS_KEY" {
      + id                      = (known after apply)
      + key_vault_id            = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/aac-manage-case-assignment-aat/providers/Microsoft.KeyVault/vaults/aac-aat"
      + name                    = "AppInsightsInstrumentationKey"
      + 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.app_insights_connection_string will be destroyed
  # (because azurerm_key_vault_secret.app_insights_connection_string is not in configuration)
  - resource "azurerm_key_vault_secret" "app_insights_connection_string" {
      - id                      = "https://aac-aat.vault.azure.net/secrets/app-insights-connection-string/fc130b5f600b4181951a4e9b8882845e" -> null
      - key_vault_id            = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/aac-manage-case-assignment-aat/providers/Microsoft.KeyVault/vaults/aac-aat" -> null
      - name                    = "app-insights-connection-string" -> null
      - resource_id             = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/aac-manage-case-assignment-aat/providers/Microsoft.KeyVault/vaults/aac-aat/secrets/app-insights-connection-string/versions/fc130b5f600b4181951a4e9b8882845e" -> null
      - resource_versionless_id = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/aac-manage-case-assignment-aat/providers/Microsoft.KeyVault/vaults/aac-aat/secrets/app-insights-connection-string" -> null
      - tags                    = {} -> null
      - value                   = (sensitive value) -> null
      - value_wo_version        = 0 -> null
      - version                 = "fc130b5f600b4181951a4e9b8882845e" -> null
      - versionless_id          = "https://aac-aat.vault.azure.net/secrets/app-insights-connection-string" -> null
    }

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

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

hmcts-jenkins-a-to-c bot commented May 21, 2025

Plan Result (prod)

⚠️ Resource Deletion will happen

This plan contains resource delete operation. Please check the plan result very carefully!

Plan: 1 to add, 0 to change, 1 to destroy.
  • Create
    • azurerm_key_vault_secret.AZURE_APPINSGHTS_KEY
  • Delete
    • azurerm_key_vault_secret.app_insights_connection_string
Change Result (Click me)
  # azurerm_key_vault_secret.AZURE_APPINSGHTS_KEY will be created
  + resource "azurerm_key_vault_secret" "AZURE_APPINSGHTS_KEY" {
      + id                      = (known after apply)
      + key_vault_id            = "/subscriptions/8999dec3-0104-4a27-94ee-6588559729d1/resourceGroups/aac-manage-case-assignment-prod/providers/Microsoft.KeyVault/vaults/aac-prod"
      + name                    = "AppInsightsInstrumentationKey"
      + 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.app_insights_connection_string will be destroyed
  # (because azurerm_key_vault_secret.app_insights_connection_string is not in configuration)
  - resource "azurerm_key_vault_secret" "app_insights_connection_string" {
      - id                      = "https://aac-prod.vault.azure.net/secrets/app-insights-connection-string/a923d3f41d79438182377ae639d4ddcf" -> null
      - key_vault_id            = "/subscriptions/8999dec3-0104-4a27-94ee-6588559729d1/resourceGroups/aac-manage-case-assignment-prod/providers/Microsoft.KeyVault/vaults/aac-prod" -> null
      - name                    = "app-insights-connection-string" -> null
      - resource_id             = "/subscriptions/8999dec3-0104-4a27-94ee-6588559729d1/resourceGroups/aac-manage-case-assignment-prod/providers/Microsoft.KeyVault/vaults/aac-prod/secrets/app-insights-connection-string/versions/a923d3f41d79438182377ae639d4ddcf" -> null
      - resource_versionless_id = "/subscriptions/8999dec3-0104-4a27-94ee-6588559729d1/resourceGroups/aac-manage-case-assignment-prod/providers/Microsoft.KeyVault/vaults/aac-prod/secrets/app-insights-connection-string" -> null
      - tags                    = {} -> null
      - value                   = (sensitive value) -> null
      - value_wo_version        = 0 -> null
      - version                 = "a923d3f41d79438182377ae639d4ddcf" -> null
      - versionless_id          = "https://aac-prod.vault.azure.net/secrets/app-insights-connection-string" -> null
    }

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

patelila added 2 commits May 22, 2025 16:22
…SpecException: Test data does not confirm it meets the specification: 'to verify that Jane has NOT been granted any case roles for the case'
…t variable `CCD_BEFTA_CASEWORKER_CAA_PWD` is required
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.

2 participants