Skip to content

Commit

Permalink
Add IIIF Image API client to Sierra database connection
Browse files Browse the repository at this point in the history
  • Loading branch information
kenoir committed Jul 12, 2024
1 parent 92a848f commit 2f08d9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/scoped/auth0-connection.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 : [],
)
Expand Down

0 comments on commit 2f08d9f

Please sign in to comment.