Bernice Choybernicecpz.hashnode.dev·Nov 20, 2023[AWS] Versioning SecretsThe Why I always thought only AWS Parameter Store has version history, since it's something you can see via the AWS Management Console. Recently, I found out that AWS Secrets Manager does have version history as well, though it's only available via t...DiscussAWS ServicesAWS
Abhay SinghProabhaysingh.hashnode.dev·Jun 6, 2023AWS Secret Manager Essentials: Key Interview Questions ExplainedHere are the top 10 AWS Secret Manager interview questions along with their answers: Q: What is AWS Secret Manager? A: AWS Secret Manager is a service provided by Amazon Web Services (AWS) that helps you securely store and manage secrets such as API...DiscussAWS
Abhinav Dubeydevopsdiary.in·Feb 10, 2023Getting Started with External Secrets OperatorKubernetes has one of the most simple and flexible methods for storing and retrieving sensitive data in form of secrets. Kubernetes allows creating and storing of secrets such as database passwords, tokens, etc within Kubernetes namespaces. These sec...Discuss·10 likes·459 readsKubernetes
Ferenc SzalaiforPionlabpionlab.hashnode.dev·Feb 5, 2023How to use Kubernetes External Secrets Operator with Private Container RegistryWe show how to streamline the management of pull secrets of private repositories such as GitLab with a combination of External Secrets Operator and Doppler. Most images we deploy to a Kubernetes cluster come from a private container registry. Typical...Discuss·43 readsKubernetes
Argonautargonaut.hashnode.dev·Jan 23, 2023Secret Management in Kubernetes: Approaches, Tools, and Best PracticesKubernetes Secrets are where Kubernetes stores secret objects such as passwords, OAuth tokens, sensitive data, and SSH keys. It is stored in the Kubernetes controller and is kept separate from the pods where your application runs. The name secret is ...Discuss·39 readsKubernetes
Kannammal GforCloudnloud Tech Communityblog.cloudnloud.com·Oct 26, 2022Identity Access Management Series - Episode 5What is Secret Management? Why it is Important? Challenges of Secret Management? Best Practices What is Secret Management? As we all know today world, rely more on commercially developed and open source application to run any business and leverage ...Discuss·131 readsIAM
BootLabsblog.bootlabstech.com·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·369 readsAWS
Prashant Acharyablogs.bigomega.dev·Oct 20, 2019How to use .env in a React app using Create React App?When you have a project that uses API keys or any other private keys, and want to push it on GitHub, you might probably want to hide those details from any other people who see the code. That's when you have store the API key as environment variable ...Discuss·82 readsReact