Piotrekkrpiotrekkr.hashnode.dev·Oct 7, 2024Fetch "directories" only from GCS with PHPMy recent task was to search in bucket for objects located in selected "directories" using PHP. Directory list inside bucket is not constant. New directories can be added every few months. Search should fetch all "main directories" that match some pa...GCP
Elias SantoroforCobra SecOpscobrasecops.com·Sep 3, 2024Streamlining GCP Audit Log Management with Centralized Logging for SIEM IntegrationManaging logs across multiple Google Cloud Platform (GCP) projects can be a daunting task, especially when it comes to ensuring security and efficiency. One effective strategy is to centralize audit logs from various projects into a single project, w...GCP
Srimathi Sinfraworld.hashnode.dev·May 19, 2024Strengthen GCP Security and Flexibility: A Guide to Impersonation Service Accounts and Signed URLsI need to restrict developers from using the application service account and prevent them from creating keys for this specific service account🔒🚫. The service account is intended for use from local machines to connect to certain GCP services via ter...11 likesImpersonate Service Account
Gratus Devanesangratus.hashnode.dev·Oct 16, 2023Remote caching with NXRemote Caching on NX is provided as a NX Cloud feature. NX Cloud is amazing but might be out of reach for smaller teams that still want the benefits of NX. Remote Caching is not strictly required for NX adoption but it can help significantly with CI....Nx
Derrick Qinderrickqin.com·Jul 1, 2023Export data from Cloud SQL to GCS using BigQuery Federated Query and Scheduled QueryRecently, I worked with a client who wanted to export data from Cloud SQL to GCS daily. They tried Cloud SQL Serverless Export orchestrated by Cloud Composer but found it is pretty expensive for their use case. For the context, with Serverless Export...60 readsbigquery
Derrick Qinderrickqin.com·Nov 17, 2022Convert JSON to Parquet files on Google Cloud Storage using BigQueryDo you have lots of files on Google Cloud Storage that you want to convert to a different format? There are a few ways you can achieve it: Download the files to a VM or local machine, then write a script to convert them Use services like Cloud Funct...873 readsgoogle cloud storage
B V AKASHbvakash.hashnode.dev·Nov 3, 2022Google Cloud Storage(GCS) using CLITill now we did GCS lab using UI, Let's use CLI to create a bucket and Play with it accordingly Shall we proceed!!! Step 1 :- In the top right corner of the console, click on the CMD icon to open the Cloud Shell. Step 2 :- Type out the command as fo...74 readsGoogle Cloud Platform (GCP)GCP
B V AKASHbvakash.hashnode.dev·Nov 2, 2022Google Cloud Storage(GCS) - 2In this lab we are going to grant access to our object, Plus public access and access through browser Step 1 :- Click on your bucket. Step 2 :- Select your object and click on permission. Step 3 :- Click on grant access. Step 4 :- Give mail id ...47 readsGoogle Cloud Platform (GCP)GCP
B V AKASHbvakash.hashnode.dev·Nov 1, 2022Google Cloud Storage(GCS)As part of this lab, we will first create a bucket, then upload content into it and access it through the browser. Step 1 :- In your console make sure you chose your Project and Top left corner expand service under that go to...52 readsGoogle Cloud Platform (GCP)#gcs