Piotrekkrpiotrekkr.hashnode.dev·Nov 10, 2024Using GCP Secret Manager With Container-Optimized OS VMsUsing Google Cloud Platform Secret Manager service is a convenient way to store and manage secrets. It has many features like automatic rotation, audit logging, access control and many others. It is integrated with GCP services like Cloud Functions, ...GCP
Subbu Tech Tutorialssubbutechtutorials.hashnode.dev·Nov 9, 2024Secrets Management in K8sUsing credentials directly in the Helm chart's values.yaml file is convenient for testing and development, but it's not recommended for production or real-world scenarios due to security risks. In real-world deployments, sensitive information like da...Kubernetes Basics: A Beginner’s GuideKubernetes
Rahul PatilforInfraspecinfraspec.hashnode.dev·Sep 25, 2024Managing Credentials and Secrets in TerraformImagine you're working on a project where you need to deploy resources to AWS using Terraform. In a rush to finish things, you hard-code your AWS credentials directly into your Terraform files. Everything works fine at first, and your resources are s...10 likesTerraform
Rahul wathblog.aws-devops.blog·Sep 22, 2024Using AWS Secrets Manager and Kubernetes Secrets Store CSI Driver for Secure Secret Management in EKSAWS Secrets Manager is used to securely store and retrieve sensitive information for the application running on an EKS cluster. Here's how it works step-by-step: AWS Secrets Manager Storage: Secrets, such as database credentials, API keys, and envi...AWS
Aritra Biswasforkeyshade blogblog.keyshade.xyz·Jul 22, 2024Secrets Management and Financial Stability.Introduction. The most alarming problem that digital enterprises face nowadays are data breaches. The key challenge to avoid such incidents and to curb losses from that is to deploy proper secrets management services to the market and make this a nor...58 readssecrets management
Sober Summysobersummy.hashnode.dev·Apr 16, 2024Decoding Security: Secret Manager or Environment Variables?Let me tell you how I ended up at this point where I started using Secret Manager, I was building my portfolio application (www.summy.dev) and I wanted to use some 3rd party apis for my application and I wanted to store the access tokens and as a com...122 readssecrets management
Pranav ShikarpurforPangea Blogpangea.cloud·Feb 5, 2024A Guide to Choosing a Secure Vault for Your Application Secrets and KeysSo you’ve decided to throw away those .env files with all your app secrets and move to a more secure option. Well first off, congratulations 🎉, you’re on your way to evading cyber attacks involving exposed secrets! Vault Considerations 🧐 While choo...903 readsVault
Dwayne McDanielforGitGuardiangitguardian.hashnode.dev·Jan 2, 2024Working To Eliminate Hardcoded Secrets? Coordinating and Prioritizing Remediation With The GitGuardian PlatformAnyone who has tried to deal with secrets sprawl at scale will tell you it feels like a daunting task. On the surface, at first glance, it can seem like it's just a simple matter of some grep and rotating a few keys. Admittedly, if you are a solo dev...Security
Jothi Arul Prakashjothiarulprakash.hashnode.dev·Dec 25, 2023Retrieving Secrets from AWS Secret Manager using AWS Lambda: A Comprehensive Guide 🛡️🔄Introduction AWS Secret Manager stands out as a cornerstone for safeguarding your applications, services, and IT resources, eliminating the need for upfront investments and ongoing maintenance hassles. This fully managed service facilitates the rotat...lambda
Bernice Choybernicecpz.hashnode.dev·Nov 20, 2023[AWS] Versioning SecretsApril 2024: You are able to see the versions within Secret Dashboard in AWS Management Console. You will still need to rely on AWSCLI commands to rollback to the specific versions of the secret. The Why I always thought only AWS Parameter Store has ...CloudAWS