BootLabsforBootlabs Blogblogbootlabs.hashnode.net·Jul 4, 2022Generic way to rotate secrets and passwords irrespective of any public cloud provider.Nowadays everybody is shifting their infrastructure to cloud environments either from on premise or from cloud to cloud due to cost, scalability, higher availability or maybe for other 100s of benefit. And to manage all the infrastructure under a hoo...Discuss·1 like·208 readsAWS
Prateek NandleforPrateek Nandle - Blogprateeknandle.hashnode.net·Feb 15, 2023Storing Secrets in HashiCorp Vault in Kubernetes - An OverviewWhat is HashiCorp Vault? HashiCorp Vault is an identity-based secret management system. Secrets like database credentials or certificates can be managed using Vault. For securing secrets, authentication and authorization methods are used as well as s...Discuss·1 like·71 readshashicorp-vault
Moulaye AbderrahmaneforCamelCodescamelcodes.hashnode.net·Mar 10, 2023How to manage Java application secrets using Vault 🚨🔐Howdy friend 👋 Here's the plan. We will explain what is Vault and why we need it to manage secrets in applications; Then we'll run Vault and implement a Java project to explain how to use it for managing secrets. Let's Go. What is Vault? Vault is a...Discuss·1 like·211 readsSecurityWeb Development
Piyush T Shahfordevpiyops.hashnode.net·Apr 13, 2023Ansible vault TutorialInfrastructure as code (IaC) is the process of automating the infrastructure management and deployment process using code. One of the key challenges with IaC is the need to manage sensitive data (aka secrets) such as passwords, API keys, and other cr...DiscussVault
Moulaye AbderrahmaneforCamelCodescamelcodes.hashnode.net·Mar 10, 2023How to manage Java application secrets using Vault 🚨🔐Howdy friend 👋 Here's the plan. We will explain what is Vault and why we need it to manage secrets in applications; Then we'll run Vault and implement a Java project to explain how to use it for managing secrets. Let's Go. What is Vault? Vault is a...Discuss·1 like·211 readsSecurityWeb Development
Prateek NandleforPrateek Nandle - Blogprateeknandle.hashnode.net·Feb 15, 2023Storing Secrets in HashiCorp Vault in Kubernetes - An OverviewWhat is HashiCorp Vault? HashiCorp Vault is an identity-based secret management system. Secrets like database credentials or certificates can be managed using Vault. For securing secrets, authentication and authorization methods are used as well as s...Discuss·1 like·71 readshashicorp-vault
Aaqib Ahmadforaaqib-ahmad.hashnode.net·Feb 9, 2023HashiCorp Vault on AWSHey everyone! Today we're gonna see about deploying the HashiCorp vault on AWS. Before diving into that, let me ask you a question. Do you think security is important when you move your infra from on-premises to a Dynamic or cloud environment? Of cou...Discuss·58 readshashicorp-vault
Sandeep GokhaleforSandeep Gokhale's Bloggokhale.hashnode.net·Jan 1, 2023Infrastructure As Code - IaCAre you a developer looking to get into cloud ? Are you a system admin managing multiple servers already? Are you a client or a business owner who feels held back with infrastructure changes and so unable to go to market soon? Are you still not runni...Discuss·264 readsInfrastructure as code
Oscar DiosdadoforAll the DevOps!odiosdado.hashnode.net·Dec 27, 2022Managing secrets in KubernetesUse environment variables One option is to store secrets as environment variables within your container and reference them in your application code, usually via your CI/CD pipeline. This approach is simple and easy to implement, but it can be less se...Discuss·71 readsKubernetes
Md. Minhazul HaqueforMinhaz's Blogmdminhazulhaque.hashnode.net·Dec 9, 2022Sync HashiCorp Vault Secrets into Kubernetes Native Secrets with ESOExternal Secrets Operator (ESO) does exactly what the name suggests. It can sync Secrets from remote providers like HashiCorp Vault, AWS SecretManager etc. Secrets from Vault can be imported into the Kubernetes cluster using csi-secrets-store and has...Discuss·135 readshashicorp
sycuredforsycured: consultant's blogsycured.hashnode.net·Nov 15, 2022Hashicorp Vault: Migration from Cloud seal to Shamir sealHashicorp Vault has different Seal types, and a day we can need to migrate between two seals. This is exactly what happened, and how I did it between Oracle Cloud KMS (ocikms) seal and Shamir Seal. Why doing this migration? Hashicorp broke Vault with...Discuss·54 readsVault
BootLabsforBootlabs Blogblogbootlabs.hashnode.net·Jul 4, 2022Generic way to rotate secrets and passwords irrespective of any public cloud provider.Nowadays everybody is shifting their infrastructure to cloud environments either from on premise or from cloud to cloud due to cost, scalability, higher availability or maybe for other 100s of benefit. And to manage all the infrastructure under a hoo...Discuss·1 like·208 readsAWS
sycuredforsycured: consultant's blogsycured.hashnode.net·Apr 16, 2020Why Not Using Vault Upstream?Few people know that I contribute to few nonprofits and due to laws with hardening (internal security strategy), I needed to verify Vault Swam in a nightmare It's hard but so true… I never thought to look few things in 2020: DSA authorized for SSH R...DiscussVault