Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
64 views

We're using pulumi to manage our cloudarmor (WAF) solution. When attempting to edit a rule, even with deleteBeforeReplace: true, we get the error: CommandError: code: -2 stdout: stderr: ...
Adam Smooch's user avatar
  • 1,423
0 votes
1 answer
100 views

We use a Google Cloud CDN. How can we assign both backend- and edge-security-policy to that CDN via helm? It can be done via gcp-web-console: Assign the same Backend-Service as target to both Cloud ...
zeebuck's user avatar
0 votes
1 answer
89 views

I'm building a service where clients add a JS snippet to their sites. This then communicates with a REST API I host. The API will be served via a container running on Google Cloud Run. I plan to put ...
Adam Hopkinson's user avatar
0 votes
1 answer
170 views

Using GCP CloudArmor and Terraform, I need to allow the request when host header is "myhost" and origin IP is "X.X.X.X/32". I have this configuration: resource "...
Héctor Valls's user avatar
1 vote
2 answers
2k views

I have a use case that requires creating policies to allow or block traffic based on a set of public IP addresses. From the GCP Cloud Armor console, I read that a single Cloud Armor policy only allows ...
Ali mus's user avatar
  • 23
0 votes
1 answer
318 views

I am encountering an error related to the OWASP Core Rule Set (CRS) when working with the next-auth library for authentication in my application. The error message is as follows: Signature: owasp-crs-...
Girgetto's user avatar
  • 1,086
1 vote
1 answer
248 views

Domains are fictional :) I have a website hosted at: app.sunsetland.com.au In that website, on one page I <embed> another website which is hosted at subdomain.sunsetland.com.au Our GCP Cloud ...
Candace Wong's user avatar
-1 votes
2 answers
293 views

Team, Looking to lock down external load balancer from CDN CIDR EdgeLocation IPs. I was able to create the policy in Cloud Armour to allow only the CIDR ranges from CDN and was able to see the the ...
Wiki's user avatar
  • 9
0 votes
1 answer
495 views

I have a static website hosted in a GCP bucket with an external Application Load Balancer to route the traffic. And I need to disable the HTTP OPTIONS method based on the advice from a vulnerability ...
victor6510's user avatar
  • 1,334
0 votes
1 answer
749 views

What should we be doing to handle false positives? Our users like to submit form text data which is occasionally denied by our Cloud Armor WAF. Here is an example value submitted in the POST payload: ...
JayMc's user avatar
  • 137
0 votes
2 answers
1k views

I have deployed the Nginx Controller via External Passthrough LoadBalancer in GCP. I want to attach a Cloud Armor Security Policy to the LoadBalancer. According to the BackendConfig documentation it ...
Dinuka Kavinda's user avatar
0 votes
1 answer
616 views

I am trying to implement rate limiting for GET and POST for the same API call. The only difference in both the request is extra ID we are passing with POST. GET /rest/v1/add POST /rest/v1/add/some-...
Roopendra's user avatar
  • 7,777
0 votes
1 answer
149 views

Has anyone managed to combine recaptcha challenge key and recaptcha session key within the same cloud armor, and make both types work on the same page. I can only associate one recaptcha entreprise ...
Abdellatif Derbel's user avatar
0 votes
0 answers
101 views

I have set up a cloud armor rule to deny request coming from same ip after n attempts. My config is given below rules config I ran jmeter to hit the api continuously with 1 req per second. start time -...
Aswin's user avatar
  • 5
1 vote
1 answer
666 views

We are implementing Cloud Armor policies with GKE to restrict access to Ingress and allow only IP ranges whitelisted in armor policies. Steps followed: Created a cloud armor policy to whitelist ...
raghu_manne's user avatar
0 votes
0 answers
633 views

In Google Cloud Armor I have multiple rules (+50). Below is the one with lowest priority number. It is based on bad_path URI example in Cloud Armor documentation request.path.startsWith('/api/foo') ...
Fredrik 's user avatar
1 vote
1 answer
423 views

resource "google_compute_security_policy" "my_security_policy" { name = "my-security-policy" project = var.project_id Whitelist rule for your specific IP address ...
Saikiran Tamide's user avatar
1 vote
1 answer
2k views

I am trying to add a rule in a Cloud Armor security police to block requests when request path has question mark after the root the root address. I understand that "?" marks the end of the ...
ヒュジャク ピョテレク's user avatar
1 vote
0 answers
302 views

We have hosted our static content in Firebase Hosting. I want to use Cloud Armor in front of it. So that I would be able to restrict IP accessing the domain. Could anyone share any info related to ...
AnbuKLB's user avatar
  • 13
0 votes
1 answer
2k views

I have a backend python app running on Google Cloud Run. There are also a few sql injection rules placed in my load balancer / network security. Here was my original WAF rule: evaluatePreconfiguredWaf(...
funtkungus's user avatar
0 votes
0 answers
1k views

could you help me? I have a website running on App Engine, and I have configured Load Balancer and Cloud Armor. LB is working but Cloud Armor apparently isn't. I created the Rules according to the WAF,...
Alessandra's user avatar
0 votes
0 answers
88 views

I want to have an URL for my web app that is running in gke and that is only accessible from specific VPN. The web application should be accessible via HTTPS, i.e. valid certificates are configured ...
Asis's user avatar
  • 19
1 vote
1 answer
1k views

I have an external regional load balancer running on a shared VPC in project A and have backend services attached to it from project B and C. I would like to add Cloud Armor to my Cross-project ...
Sylver11's user avatar
  • 309
2 votes
2 answers
456 views

I'm looking to integrate Cloud Armor with Kong to enhance security in my setup. Did some research but couldn't find anything like that apart from someone having the same issue, namely create an kong ...
Tiago Peres's user avatar
  • 15.9k
1 vote
1 answer
2k views

I want to apply rate-based throttling using Google Cloud Armor. In the configuration for rules, there is a match parameter but that is for matching the IP ranges. I could not find a way to filter and ...
Aviral Srivastava's user avatar
1 vote
1 answer
143 views

I want to enforce rate limiting (throttling) if an IP has repeatedly faced 403 errors, on the edge, using Google Cloud Armor. I have been able to enforce rate-based limiting/throttling for any IP that ...
Aviral Srivastava's user avatar
1 vote
1 answer
416 views

I'm currently working on a project where I want to apply rate limiting at the load balancer level to each user's IP address. The idea is to throttle any user that crosses a certain request limit in a ...
Aviral Srivastava's user avatar
0 votes
1 answer
548 views

What is the retention for logs generated by Google Cloud Armor - Security Policies and Adaptive Protection? The Request Logging Official Documentation states that Google Cloud Armor logs are part of ...
Aviral Srivastava's user avatar
0 votes
1 answer
110 views

While setting Rate Limit options to set rate-based throttling, the official documentation does not state the minimum value for interval_sec and the maximum value for count. In the Google Cloud Console,...
Aviral Srivastava's user avatar
2 votes
1 answer
624 views

I have created a rule and attached it to a policy that throttles requests based on the rate limit I set: rules=[ gcp.compute.SecurityPolicyRuleArgs( action="throttle", ...
Aviral Srivastava's user avatar
1 vote
0 answers
78 views

I want to attach a rate-based throttling rule to a security policy, all via Pulumi, in Google Cloud Armor, on Google Cloud Platform. I am facing an error: Diagnostics: gcp:compute:SecurityPolicy (...
Aviral Srivastava's user avatar
0 votes
2 answers
126 views

Currently we have an Cloud Armor protected backend. And this site is doing around 150 req/seconds accross all visitors. We would like to make an WAF rule when the amount of requests is for eg. 300 req/...
Rodehoed's user avatar
0 votes
1 answer
1k views

We use the new Google Cloud Global external Application Load Balancer in combination with Cloud Armor and Cloud Run. Our public price APIs are target of automated crawler requests, so we collected a ...
David Spiess's user avatar
0 votes
1 answer
504 views

I am working with Google Network Load balancer hosting an application. I need to enable Cloud Armor security policies for the NLB backend as target. I am currently using the Standard tier of Cloud ...
AnbuKLB's user avatar
  • 13
1 vote
0 answers
385 views

We're experiencing a strange behaviour since about 10 days ... I had some targets for my Cloud Armor policy correctly working since 2 years. Last week I saw that my backends are worldwide available... ...
Stefano Liffredo's user avatar
0 votes
1 answer
298 views

I am implementing security to my Cloud Run services through an Api Gateway NEG and a load balanced I need block the automatically generated url for my api gateway so that they only access my services ...
Matias Galdames's user avatar
0 votes
1 answer
1k views

Got a simple HTTPS Load Balancer with a backend security policy defined in Cloud Armor assigned to its backend. The security policy is a list of the Cloud Armor WAF rules at differing sensitivity ...
philMarius's user avatar
0 votes
1 answer
553 views

I have an Angular application hosted on App Engine and a FastAPI server hosted on Compute Engine both served via a single loadbalancer (separate host URLs, say demo-app.com and demo-api.com ...
breach's user avatar
  • 67
2 votes
2 answers
655 views

Am trying to configure Recaptcha enterprise with WAF using cloud armor (with action tokens), but I have a problem, the cloud armor rule that validates the token/score never gets triggered if the ...
Alejandro Barone's user avatar
1 vote
2 answers
847 views

I am writing terraform scripts for the security policy (GCP cloud armor) for an already existing policy "cloudarmor". i did import using terraform import but when i try to run the terraform ...
sainadh vennapusa's user avatar
1 vote
1 answer
1k views

I have a policy for a backend service with several preconfigured WAF rules. Also there is a rate limiting rule. If I set the preconfigured WAF rules with higher priority, it will only evaluate those ...
Gonzalo Aspee's user avatar
-3 votes
1 answer
138 views

(https://i.sstatic.net/GF2ck.png) I'm trying to write a script (In any language) that demonstrates the clicking of the "CHANGE TO PLUS TIER" button. I can't find any libraries with commands ...
Noam Galoz's user avatar
-1 votes
1 answer
3k views

I currently set up Load Balancing w/ Cloud Armor. Here's my rule set (basically from the docs): evaluatePreconfiguredExpr('xss-v33-stable', ['owasp-crs-v030301-id941101-xss', 'owasp-crs-v030301-...
funtkungus's user avatar
2 votes
3 answers
2k views

I'm getting unwanted traffic in a website hosted in Firebase Hosting. I know this because my Google Analytics instance shows countries that should not be there (we don't ship international orders). ...
gantonioid's user avatar
0 votes
1 answer
1k views

I configured a Cloud Armor rate limiting rule and i would like to attach the following custom response headers to my global external HTTP(S) load balancer backend. x-ratelimit-limit: The maximum ...
David Spiess's user avatar
0 votes
1 answer
597 views

I have GCP setup with external https load balancer and backend services with server less NEG. in front of the load balancer that has another cloud WAF. my requirement is when we blocking all IP ranges ...
Dev.Dilan's user avatar
0 votes
2 answers
269 views

I'm configuring a GCloud Armor to restrict access to my API which is deployed in GKE behind and ingress. Some of the petitions come directly from de front-end which is also deployed in the GKE cluster ...
cvi1's user avatar
  • 1
0 votes
1 answer
265 views

Is there any google API to check and count number of Armor Policies rules defined under a project. i have to count number of custom rules so that once it crosses the quota limit that is 20 then it ...
vicky kumar gupta's user avatar
1 vote
1 answer
2k views

I recently setup a Storage Bucket to serve a static website within the Google Cloud Platform. Costs were rising for a few days so I looked into what was causing this. I looked into Logging and found ...
Jim's user avatar
  • 11
0 votes
1 answer
173 views

Is there a way to deny https://mma.mydomain.com/ main domain and allow the below Web sevices in GCP Cloud armor. 1. https://mma.mydomain.com/v1/teststudio/developer - POST 2. https://mma.mydomain.com/...
Kaushal's user avatar
  • 29