From 2f08d9f57052544d4f75198a8238a70de2fd9196 Mon Sep 17 00:00:00 2001 From: Robert Kenny Date: Fri, 12 Jul 2024 15:09:21 +0100 Subject: [PATCH] Add IIIF Image API client to Sierra database connection --- infra/scoped/auth0-connection.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/infra/scoped/auth0-connection.tf b/infra/scoped/auth0-connection.tf index 20e1b286..ff0f2c7c 100644 --- a/infra/scoped/auth0-connection.tf +++ b/infra/scoped/auth0-connection.tf @@ -6,6 +6,7 @@ resource "auth0_connection" "sierra" { auth0_client.api_gateway_identity.id, # Required to allow the Lambda API client credentials to operate on the connection auth0_client.identity_web_app.id, auth0_client.openathens_saml_idp.id, + auth0_client.iiif_image_api.id, auth0_client.smoke_test.id], terraform.workspace == "stage" ? local.stage_test_client_ids : [], )