From 2a735f416c9663665b7820df13206b15e078fd84 Mon Sep 17 00:00:00 2001 From: manuraf Date: Tue, 12 Mar 2024 15:59:20 +0100 Subject: [PATCH] JWT_TOKEN_PUBLIC_KEY --- infra/container_apps/env/dev-pnpg/terraform.tfvars | 1 + infra/container_apps/env/dev/terraform.tfvars | 1 + infra/container_apps/env/prod-pnpg/terraform.tfvars | 1 + infra/container_apps/env/prod/terraform.tfvars | 1 + infra/container_apps/env/uat-pnpg/terraform.tfvars | 1 + infra/container_apps/env/uat/terraform.tfvars | 1 + 6 files changed, 6 insertions(+) diff --git a/infra/container_apps/env/dev-pnpg/terraform.tfvars b/infra/container_apps/env/dev-pnpg/terraform.tfvars index 1832ff43..50470412 100644 --- a/infra/container_apps/env/dev-pnpg/terraform.tfvars +++ b/infra/container_apps/env/dev-pnpg/terraform.tfvars @@ -75,4 +75,5 @@ app_settings = [ secrets_names = { "USERVICE_USER_REGISTRY_API_KEY" = "user-registry-api-key" "APPLICATIONINSIGHTS_CONNECTION_STRING" = "appinsights-instrumentation-key" + "JWT_TOKEN_PUBLIC_KEY" = "jwt-public-key" } diff --git a/infra/container_apps/env/dev/terraform.tfvars b/infra/container_apps/env/dev/terraform.tfvars index d15ad1fa..32604c07 100644 --- a/infra/container_apps/env/dev/terraform.tfvars +++ b/infra/container_apps/env/dev/terraform.tfvars @@ -74,4 +74,5 @@ app_settings = [ secrets_names = { "USERVICE_USER_REGISTRY_API_KEY" = "user-registry-api-key" "APPLICATIONINSIGHTS_CONNECTION_STRING" = "appinsights-connection-string" + "JWT_TOKEN_PUBLIC_KEY" = "jwt-public-key" } diff --git a/infra/container_apps/env/prod-pnpg/terraform.tfvars b/infra/container_apps/env/prod-pnpg/terraform.tfvars index 35675a5f..1159748c 100644 --- a/infra/container_apps/env/prod-pnpg/terraform.tfvars +++ b/infra/container_apps/env/prod-pnpg/terraform.tfvars @@ -96,4 +96,5 @@ app_settings = [ secrets_names = { "USERVICE_USER_REGISTRY_API_KEY" = "user-registry-api-key" "APPLICATIONINSIGHTS_CONNECTION_STRING" = "appinsights-instrumentation-key" + "JWT_TOKEN_PUBLIC_KEY" = "jwt-public-key" } \ No newline at end of file diff --git a/infra/container_apps/env/prod/terraform.tfvars b/infra/container_apps/env/prod/terraform.tfvars index 80f05095..e408852d 100644 --- a/infra/container_apps/env/prod/terraform.tfvars +++ b/infra/container_apps/env/prod/terraform.tfvars @@ -87,4 +87,5 @@ app_settings = [ secrets_names = { "USERVICE_USER_REGISTRY_API_KEY" = "user-registry-api-key" "APPLICATIONINSIGHTS_CONNECTION_STRING" = "appinsights-instrumentation-key" + "JWT_TOKEN_PUBLIC_KEY" = "jwt-public-key" } \ No newline at end of file diff --git a/infra/container_apps/env/uat-pnpg/terraform.tfvars b/infra/container_apps/env/uat-pnpg/terraform.tfvars index 1ceaa489..2fa01d71 100644 --- a/infra/container_apps/env/uat-pnpg/terraform.tfvars +++ b/infra/container_apps/env/uat-pnpg/terraform.tfvars @@ -75,4 +75,5 @@ app_settings = [ secrets_names = { "USERVICE_USER_REGISTRY_API_KEY" = "user-registry-api-key" "APPLICATIONINSIGHTS_CONNECTION_STRING" = "appinsights-instrumentation-key" + "JWT_TOKEN_PUBLIC_KEY" = "jwt-public-key" } diff --git a/infra/container_apps/env/uat/terraform.tfvars b/infra/container_apps/env/uat/terraform.tfvars index 76cc45a4..a770f869 100644 --- a/infra/container_apps/env/uat/terraform.tfvars +++ b/infra/container_apps/env/uat/terraform.tfvars @@ -74,4 +74,5 @@ app_settings = [ secrets_names = { "USERVICE_USER_REGISTRY_API_KEY" = "user-registry-api-key" "APPLICATIONINSIGHTS_CONNECTION_STRING" = "appinsights-instrumentation-key" + "JWT_TOKEN_PUBLIC_KEY" = "jwt-public-key" }