Skip to content

Commit da87630

Browse files
authored
chore(spartan): add fairies API key for mainnet rpc (#24777)
Adds `client9` (`mainnet-rpc-consumer-client9`) to the mainnet RPC consumers, following #24693 (client8). The GCP Secret Manager secret is already created and this has been `terraform apply`-ed to the mainnet environment — the plan was exactly the two expected resources (KongConsumer + ExternalSecret) and is now live. Rate limit 0 = unlimited, matching the other consumers.
2 parents 60ba528 + 63f4c60 commit da87630

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • spartan/terraform/deploy-rpc/environments/mainnet

spartan/terraform/deploy-rpc/environments/mainnet/main.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@ module "environment" {
127127
gcp_secret_manager_secret_name = "mainnet-rpc-consumer-client8"
128128
rate_limit_minute = 0
129129
}
130+
client9 = {
131+
username = "mainnet-rpc-consumer-client9"
132+
gcp_secret_manager_secret_name = "mainnet-rpc-consumer-client9"
133+
rate_limit_minute = 0
134+
}
130135
}
131136

132137
IRM_METRICS_ENABLED = true

0 commit comments

Comments
 (0)