Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
admin API needs signing config to get key manager settings (#1831)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehelmick authored Feb 16, 2021
1 parent 67f0b06 commit 4fe0bf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/service_admin_apiserver.tf
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ resource "google_cloud_run_service" "adminapi" {
local.gcp_config,
local.rate_limit_config,
local.issue_config,
local.signing_config,
local.observability_config,

// This MUST come last to allow overrides!
Expand Down

0 comments on commit 4fe0bf8

Please sign in to comment.