Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

Commit

Permalink
TF: set explicitly rate limiting for Verification Server (both DEV an…
Browse files Browse the repository at this point in the history
…d PROD)
  • Loading branch information
jendakol committed Mar 16, 2021
1 parent 937f334 commit 79b0b10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terraform/dev/verification-server/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ service_environment = {
CERTIFICATE_AUDIENCE = "covid19cz"
OBSERVABILITY_EXPORTER = "NOOP"
RATE_LIMIT_TOKENS = "150"
RATE_LIMIT_INTERVAL = "1m"
}
adminapi = {
OBSERVABILITY_EXPORTER = "NOOP"
RATE_LIMIT_TOKENS = "150"
RATE_LIMIT_INTERVAL = "1m"
}
server = {
FIREBASE_PRIVACY_POLICY_URL = "TODO"
Expand Down
3 changes: 3 additions & 0 deletions terraform/prod/verification-server/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ service_environment = {
CERTIFICATE_AUDIENCE = "covid19cz"
OBSERVABILITY_EXPORTER = "NOOP"
RATE_LIMIT_TOKENS = "150"
RATE_LIMIT_INTERVAL = "1m"
}
server = {
FIREBASE_PRIVACY_POLICY_URL = "TODO"
Expand All @@ -34,6 +35,8 @@ service_environment = {
}
adminapi = {
OBSERVABILITY_EXPORTER = "NOOP"
RATE_LIMIT_TOKENS = "150"
RATE_LIMIT_INTERVAL = "1m"
}
}
notification-email = "[email protected]"
Expand Down

0 comments on commit 79b0b10

Please sign in to comment.