Tag

Secret Management

1 views collected around this technical thread.

Raymond Ops
Raymond Ops
Apr 23, 2025 · Cloud Native

Secure Kubernetes Secrets with kubeseal: Installation & Usage Guide

This article explains how to install kubeseal and its controller, create and encrypt Kubernetes Secret manifests, apply sealed secrets, and provides useful tips on API routes, custom certificates, and RBAC to securely manage secrets in a cloud‑native environment.

Secret Managementcloud-nativekubernetes
0 likes · 5 min read
Secure Kubernetes Secrets with kubeseal: Installation & Usage Guide
DevOps Cloud Academy
DevOps Cloud Academy
Mar 24, 2025 · Information Security

Protecting Sensitive Configuration Files: .gitignore, Environment Variables, Secret Management, and AES Encryption with Python

This article explains how to safeguard sensitive configuration data such as database credentials and API keys by using .gitignore, environment variables, secret management tools, and AES encryption with a Python script, and describes how to integrate these practices into CI/CD pipelines.

AES encryptionDevOpsSecret Management
0 likes · 7 min read
Protecting Sensitive Configuration Files: .gitignore, Environment Variables, Secret Management, and AES Encryption with Python
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Mar 14, 2024 · Backend Development

Secure Spring Boot Configs with HashiCorp Vault: A Step‑by‑Step Guide

This tutorial shows how to install HashiCorp Vault, configure its secret engines, encrypt and decrypt data, store KV secrets programmatically, and integrate Vault with Spring Boot to protect sensitive configuration such as database credentials.

HashiCorp VaultJavaSecret Management
0 likes · 7 min read
Secure Spring Boot Configs with HashiCorp Vault: A Step‑by‑Step Guide
Code Ape Tech Column
Code Ape Tech Column
Jul 28, 2023 · Information Security

Secure Configuration Management with Nacos Encryption Plugin and Jasypt in Spring Boot

This article compares Nacos 2.0's encryption plugin with the Jasypt library for securely storing passwords and secret keys in configuration files, providing step‑by‑step Maven dependencies, configuration examples, encryption/decryption code, and practical advice for Spring Boot applications.

JasyptNacosSecret Management
0 likes · 7 min read
Secure Configuration Management with Nacos Encryption Plugin and Jasypt in Spring Boot
Ops Development Stories
Ops Development Stories
Mar 8, 2022 · Cloud Native

How Tekton Orchestrates Cloud‑Native CI/CD Pipelines: A Deep Dive

This article explains Tekton’s core CRDs—Task, TaskRun, Pipeline, PipelineRun, PipelineResource, and Condition—how they are implemented on Kubernetes, how pipelines are built and executed, and how to manage secrets and service accounts for secure CI/CD workflows.

CI/CDPipelineSecret Management
0 likes · 20 min read
How Tekton Orchestrates Cloud‑Native CI/CD Pipelines: A Deep Dive
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.

DevOpsHashiCorpInfrastructure
0 likes · 13 min read
Secure Secrets: Install & Integrate HashiCorp Vault with Kubernetes
DevOps
DevOps
Sep 12, 2018 · Cloud Computing

Using Azure Key Vault to Secure Secrets in TFS/VSTS Build and Release Pipelines

This guide explains how to store sensitive information such as passwords, tokens, and connection strings in Azure Key Vault and integrate it with TFS/VSTS build and release pipelines to improve security, simplify management, and avoid secret leakage across multiple projects.

AzureCI/CDSecret Management
0 likes · 8 min read
Using Azure Key Vault to Secure Secrets in TFS/VSTS Build and Release Pipelines