Skip to content

Commit

Permalink
Merge pull request #2834 from manics/aws-curvenote-events-archiver
Browse files Browse the repository at this point in the history
Generate events_archiver_keys for AWS curvenote
  • Loading branch information
manics authored Nov 22, 2023
2 parents 692587e + e3222cb commit 39d8618
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added secrets/config/curvenote.yaml
Binary file not shown.
4 changes: 2 additions & 2 deletions terraform/gcp/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ provider "google" {
locals {
gke_version = "1.23.16-gke.1400"
location = "us-central1" # for regional clusters
federation_members = ["gesis", "ovh"]
federation_members = ["gesis", "ovh", "curvenote"]
}

module "mybinder" {
Expand All @@ -26,7 +26,7 @@ module "mybinder" {

sql_tier = "db-n1-standard-1"

federation_members = ["gesis", "ovh"]
federation_members = local.federation_members
}

# define node pools here, too hard to encode with variables
Expand Down

0 comments on commit 39d8618

Please sign in to comment.