Tag

Secret Management

0 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.

Cloud NativeKubernetesSecret Management
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 encryptionConfiguration ManagementDevOps
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.

Backend DevelopmentHashiCorp VaultJava
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.

Configuration ManagementJasyptNacos
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.

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

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