In modern cloud-native architectures, leveraging serverless platforms like Cloud Run offers tremendous benefits – scalability, managed infrastructure, and reduced operational overhead. When it comes to securely delivering files stored in Google Cloud Storage (GCS), presigned URLs provide a powerful solution. This guide walks you through presigning URLs for a Cloud Run application that uses an […]
2024-09-16, Sebastian Burzyński In today’s fast-paced development world, Docker containers have become the go-to solution for packaging and deploying applications. They offer a lot of convenience, but with that comes the risk of vulnerabilities slipping through the cracks. Securing container images is as vital as writing secure code, yet many overlook this crucial step. A […]