Archives for GCP
NIST vs CIS Standards for GCP
PCI DSS on GCP NIST on GCP NIST vs CIS on GCP
Google Cloud Security Unsafe Practices
google cloud security (Also read, AWS Security Audits ) Google Cloud is leading the way in terms of several PaaS offerings. GCP's App Engine, GKE and BigQuery are among the…
Google app engine via gcloud
google app engine gcloud Curious about how to use gcloud to access google app engine resources? This post is a list of gcloud commands to assist you. (Also read, Custom…
Impersonate Service Account in GCP
Grant a user (an on premises user) ONLY IMPERSONATION privileges gcloud iam service-accounts add-iam-policy-binding \ --member user: \ --role It’s possible to impersonate a Service Account from within your Terraform…