Skip to content

Commit

Permalink
Merge pull request #2115 from govuk-one-login/AUT-3763-link-with-stubs
Browse files Browse the repository at this point in the history
AUT-3763 - Orchstub public keys for dev, authdev1 and authdev2 frontend
  • Loading branch information
monhaque authored Sep 30, 2024
2 parents 821f784 + 6199375 commit e3c1a28
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/terraform/authdev1.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
3 changes: 3 additions & 0 deletions ci/terraform/authdev2.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 4 additions & 0 deletions ci/terraform/dev.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit e3c1a28

Please sign in to comment.