Skip to content

Instantly share code, notes, and snippets.

View felippe-mendonca's full-sized avatar
🤔

Felippe Mendonça felippe-mendonca

🤔
View GitHub Profile
@felippe-mendonca
felippe-mendonca / gcs-signed-url-main.go
Created November 18, 2020 17:18 — forked from pdecat/gcs-signed-url-main.go
Creating a GCS Signed URL without a Service Account Key from a GCE instance or a GKE Pod using Workload Identity
package main
import (
"context"
"flag"
"log"
"net/url"
"time"
"cloud.google.com/go/compute/metadata"