Bronze 4
Since ‎06-13-2022
Wednesday

My Stats

  • 17 Posts
  • 0 Solutions
  • 6 Likes given
  • 9 Likes received

anilmoregfs's Bio

Badges anilmoregfs Earned

View all badges

Recent Activity

Is there any way to block the non-domain calls using cloud armor on an external load balancer?I have tried request.headers['host'].lower() != "mycompany.com' but still there are calls coming I am looking for something likerequest.URL.lower() != 'myco...
I am trying to connect from serverless (cloud function) -> internal LB - > serverless internal (cloud run). The Internal LB in the above path has our cert(signed by our internal CA).Here we are running into 2 issues1. When the cloud function makes a ...
We followed this documentation and completed all steps however still not able to connect to MySQL database.https://cloud.google.com/sql/docs/mysql/connect-run#private-ipError:java.sql.SQLNonTransientConnectionException: Could not create connection to...