Dinesh Kumar Kblog.dineshcloud.in·Aug 26, 2024Ansible - Encrypting Sensitive Data with VaultAnsible Vault is a feature within Ansible that allows you to keep sensitive data such as passwords, API keys, and certificates encrypted within your playbooks. This ensures that your sensitive information is not exposed in plaintext. Step 1: Test Con...DiscussDevOpsDevops
Anaz S. Ajiajianaz.dev·Jul 22, 2024What is Flutter Secure Storage? Reasons to Use It and Best PracticesIn mobile application development, securely storing sensitive data such as API keys, tokens, and user credentials is crucial. Flutter Secure Storage is a powerful package designed to securely store data in Flutter applications. This article will expl...DiscussVault
Brunon0l1n3ry.hashnode.dev·Jul 17, 2024Securing OpenTofu State Files with MinIO, Hashicorp Vault, and KES IntegrationMinIO Server-Side Encryption (SSE) protects objects as part of write operations, allowing clients to take advantage of server processing power to secure objects at the storage layer (encryption-at-rest). SSE also provides key functionality to regulat...Discussopentofu
Brunon0l1n3ry.hashnode.dev·Jul 17, 2024Securely Integrating Hashicorp Vault with GitLab CI/CD: A Step-by-Step GuideLinking HashiCorp Vault & Gitlab in Community Edition brings some constraints. Concepts For each job, Gitlab provides a JWT token.The runner returns this JWT and a "role name" when it authenticates to Vault.Vault receives this token which contains so...Discuss·1 like·56 readsGitLabGitLab
Yield Devyielddev.io·Feb 20, 2024Implementing a Flash Loan Vault with ERC3156 and ERC4626Flashloan Vault If you've followed our previous article on implementing Vault with ERC4626, then you are already aware of how easy it is to implement a token vault with a profit sharing distribution mechanism. Building on this knowledge we will imple...Discuss·75 readsERC3156
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...Discuss·865 readsVault
James Cookjamescook.dev·Jan 31, 2024HashiCorp Vault: Deploy to Azure Container Instance using Azure PortalThis guide demonstrates deploying an Azure Container Instance of HashiCorp Vault using Azure Portal. This will be a no-code deployment. A follow-up blog on a HashiCorp Terraform deployment will be released soon. The purpose of this guide: Demonstrat...Discuss·152 readshashicorp
Karuppiah Natarajankaruppiah.dev·Jan 17, 2024Trying to Authenticate with Vault using OpenID Connect (OIDC) using DexI was playing with Vault OpenID Connect login method / auth method along with Dex. I wanted to share my learnings here of what I tried out Please note that you would be able to take these learnings to use Vault with OpenID Connect as a login method w...Discuss·155 readsVault
Thomas SeguraforGitGuardiangitguardian.hashnode.dev·Dec 8, 2023How to Secure Your Secrets Manager with GitGuardian HoneytokenProtecting sensitive data is a crucial responsibility for modern businesses. To ensure the security of critical information, organizations utilize various tools and strategies. One such tool is a secrets manager, which securely stores and manages sen...Discusssecrets management
Sebastian Maniakmaniak.io·Nov 15, 2023Setup guide Keycloak as an Identity Provider (IdP) for HashiCorp VaultSetting up Keycloak as an Identity Provider (IdP) for HashiCorp Vault requires a series of steps. Here's a step-by-step guide to help you configure Keycloak with Vault: Deploy Keycloak in a docker here is a docker-compose to deploy keycloak in your l...Discuss·1.9K readshashicorp-vault