From 6199375613114f2ab07cf29ba1f0568fa00604d4 Mon Sep 17 00:00:00 2001 From: Monjurul Haque Date: Mon, 30 Sep 2024 12:52:15 +0100 Subject: [PATCH] Orchstub public keys for dev, authdev1 and authdev2 frontend Issue: AUT-3763 --- ci/terraform/authdev1.tfvars | 3 +++ ci/terraform/authdev2.tfvars | 3 +++ ci/terraform/dev.tfvars | 4 ++++ 3 files changed, 10 insertions(+) diff --git a/ci/terraform/authdev1.tfvars b/ci/terraform/authdev1.tfvars index ac97e144e..3e7a329ed 100644 --- a/ci/terraform/authdev1.tfvars +++ b/ci/terraform/authdev1.tfvars @@ -45,6 +45,9 @@ orch_to_auth_signing_public_key = "-----BEGIN PUBLIC KEY-----\nMFkwEwYHKoZIzj0CA orch_to_auth_client_id = "orchestrationAuth" orch_to_auth_audience = "https://signin.authdev1.sandpit.account.gov.uk/" +orch_stub_to_auth_signing_public_key = "-----BEGIN PUBLIC KEY-----\nMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEM0ZehmrdDd89uYEFMTakbS7JgwCG\nXK7CAYMcVvy1pP5yV4O2mnDjYmvjZpvio2ctgOPxDuBb38QP1HD9WAOR2w==\n-----END PUBLIC KEY-----" +orch_stub_to_auth_client_id = "orchestrationAuth" +orch_stub_to_auth_audience = "https://signin.authdev1.sandpit.account.gov.uk/" dynatrace_secret_arn = "arn:aws:secretsmanager:eu-west-2:216552277552:secret:DynatraceNonProductionVariables" diff --git a/ci/terraform/authdev2.tfvars b/ci/terraform/authdev2.tfvars index 56b7adab2..7e23809a2 100644 --- a/ci/terraform/authdev2.tfvars +++ b/ci/terraform/authdev2.tfvars @@ -50,6 +50,9 @@ orch_to_auth_signing_public_key = "-----BEGIN PUBLIC KEY-----\nMFkwEwYHKoZIzj0CA orch_to_auth_client_id = "orchestrationAuth" orch_to_auth_audience = "https://signin.authdev2.sandpit.account.gov.uk/" +orch_stub_to_auth_signing_public_key = "-----BEGIN PUBLIC KEY-----\nMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEwe8ey1GnTbH6E69EJFUkt4WQc1Kl\ntJwzOYNWUmK/+GxooRp+j9i9KWQ0WlV4gVI0iQkHY3ZKq+RWk94tSDHbyQ==\n-----END PUBLIC KEY-----" +orch_stub_to_auth_client_id = "orchestrationAuth" +orch_stub_to_auth_audience = "https://signin.authdev2.sandpit.account.gov.uk/" dynatrace_secret_arn = "arn:aws:secretsmanager:eu-west-2:216552277552:secret:DynatraceNonProductionVariables" diff --git a/ci/terraform/dev.tfvars b/ci/terraform/dev.tfvars index 9b37803b0..8ee04a8c1 100644 --- a/ci/terraform/dev.tfvars +++ b/ci/terraform/dev.tfvars @@ -37,4 +37,8 @@ orch_to_auth_signing_public_key = "-----BEGIN PUBLIC KEY-----\nMFkwEwYHKoZIzj0CA orch_to_auth_client_id = "orchestrationAuth" orch_to_auth_audience = "https://signin.dev.account.gov.uk/" +orch_stub_to_auth_signing_public_key = "-----BEGIN PUBLIC KEY-----\nMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE1P2vcnCdqx+MDwMTrJy47tV5ryTf\nkRaZYTpLsfCpC79ZgKSYEBcguuOUP4DvJpyHomBEnxeUs7s5KRgyMQjY4g==\n-----END PUBLIC KEY-----" +orch_stub_to_auth_client_id = "orchestrationAuth" +orch_stub_to_auth_audience = "https://signin.dev.account.gov.uk/" + dynatrace_secret_arn = "arn:aws:secretsmanager:eu-west-2:216552277552:secret:DynatraceNonProductionVariables"