ratelimit
. If you choose a different GVC name, update the YAML manifest file accordingly.envoyproxy/ratelimit
deployment can be obtained here.The downloaded YAML manifest file uses the image envoyproxy/ratelimit:5b6e65da
. If there is a newer tag, it can be substituted in the YAML file before executing the cpln apply
command.ratelimit-config
that was created when applying the YAML manifest file.
The configuration that was deployed with the manifest file sets a limit of 10 requests per minute for any request that contains an authorization
header (see sample config below).
To adjust the rate limit per your requirments, use the UI or CLI to edit the ratelimit-config
secret using the pattern referenced here.
Force Redeploy
of the ratelimit
Workload to reload the config file.cpln/rateLimitAddress
cpln/rateLimitScheme
https:
.cpln/rateLimitPort
443
.cpln/rateLimitDomain
cpln
.cpln/rateLimitDescriptors
authorization
.authorization
, host
, port
.