Skip to content

Commit

Permalink
terraform: Initial prod sigkey
Browse files Browse the repository at this point in the history
Signed-off-by: Henri Rosten <henri.rosten@unikie.com>
  • Loading branch information
henrirosten committed Apr 10, 2024
1 parent 8149653 commit 195ddb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ locals {
osdisk_size_controller = "150"
num_builders_x86 = 1
num_builders_aarch64 = 1
# TODO: set to the real pubkey used in priv
# 'priv' and 'dev' environments use the same binary cache signing key
binary_cache_public_key = "ghaf-infra-dev:EdgcUJsErufZitluMOYmoJDMQE+HFyveI/D270Cr84I="
binary_cache_url = "https://ghaf-binary-cache-${local.ws}.${azurerm_resource_group.infra.location}.cloudapp.azure.com"
}
Expand All @@ -100,6 +100,7 @@ locals {
osdisk_size_controller = "500"
num_builders_x86 = 1
num_builders_aarch64 = 1
# 'priv' and 'dev' environments use the same binary cache signing key
binary_cache_public_key = "ghaf-infra-dev:EdgcUJsErufZitluMOYmoJDMQE+HFyveI/D270Cr84I="
binary_cache_url = "https://ghaf-binary-cache-${local.ws}.${azurerm_resource_group.infra.location}.cloudapp.azure.com"
}
Expand All @@ -113,8 +114,7 @@ locals {
osdisk_size_controller = "1000"
num_builders_x86 = 2
num_builders_aarch64 = 2
# TODO: set to the real pubkey used in prod
binary_cache_public_key = "ghaf-infra-dev:EdgcUJsErufZitluMOYmoJDMQE+HFyveI/D270Cr84I="
binary_cache_public_key = "ghaf-infra-prod:DIrhJsqehIxjuUQ93Fqx6gmo4cDgn5srW5dedvMbqD0="
binary_cache_url = "https://ghaf-binary-cache-${local.ws}.${azurerm_resource_group.infra.location}.cloudapp.azure.com"
}
}
Expand Down

0 comments on commit 195ddb6

Please sign in to comment.