Tag

Vault

0 views collected around this technical thread.

Raymond Ops
Raymond Ops
Jan 14, 2025 · Operations

Mastering Ansible Vault: Secure Password Management and Encryption Techniques

This guide explains how to avoid interactive password prompts in Ansible by using Vault encryption, covering creation of encrypted files, Vault IDs, multiple password sources, string encryption, editing, rekeying, and best‑practice recommendations for managing sensitive data in playbooks.

AnsibleEncryptionVault
0 likes · 17 min read
Mastering Ansible Vault: Secure Password Management and Encryption Techniques
DevOps Cloud Academy
DevOps Cloud Academy
Mar 8, 2023 · Information Security

Integrating HashiCorp Vault with Jenkins for Secure Credential Management

This guide demonstrates how to set up a Docker‑Compose environment with Vault and Jenkins, initialize Vault, configure AppRole authentication and policies, and integrate Jenkins pipelines to securely retrieve secrets, providing a practical DevOps solution for secret management.

Secrets ManagementVaultdevops
0 likes · 10 min read
Integrating HashiCorp Vault with Jenkins for Secure Credential Management
Ops Development Stories
Ops Development Stories
Jan 27, 2021 · Information Security

Secure Secrets: Install & Integrate HashiCorp Vault with Kubernetes

This guide walks through installing HashiCorp Vault on Linux and Kubernetes, configuring it for secret management, enabling Kubernetes authentication, creating policies and roles, and accessing secrets via initContainers or the Vault SDK, providing a complete end‑to‑end secure integration.

HashiCorpInfrastructureSecret Management
0 likes · 13 min read
Secure Secrets: Install & Integrate HashiCorp Vault with Kubernetes