Skip to content

Commit

Permalink
[#IOPID-2550] Disable HandlePubkeyRevoke queue trigger old fn-lollipop (
Browse files Browse the repository at this point in the history
#1366)

Co-authored-by: Gabriele Mendolia <arcogabbo@gmail.com>
  • Loading branch information
BurnedMarshal and arcogabbo authored Dec 16, 2024
1 parent fd32eb2 commit 84a4a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domains/citizen-auth-app/04_function_lollipop.tf
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ module "function_lollipop_itn" {

app_settings = merge(
local.function_lollipop.app_settings,
{ "AzureWebJobs.HandlePubKeyRevoke.Disabled" = "0" },
{ "AzureWebJobs.HandlePubKeyRevoke.Disabled" = "1" },
)

sticky_app_setting_names = ["AzureWebJobs.HandlePubKeyRevoke.Disabled"]
Expand Down

0 comments on commit 84a4a08

Please sign in to comment.