secrets
Browse all articles, tutorials, and guides about secrets
3posts
Posts
⌘K
Security
|7 min read
Your Automation Platform Is a Credential Honeypot: Ansible CVE-2026-11807
A missing authorization check in Event-Driven Ansible lets any logged-in user pull plaintext vault passwords, SSH keys, and OAuth tokens out of Ansible Automation Platform. It is a CVSS 9.6, it is patched, and it is a reminder of what your automation control plane really holds.
Kubernetes
|6 min read
How to Update a Kubernetes Secret Generated from a File
Learn how to update an existing Kubernetes secret when its data comes from a file, with practical kubectl commands and tips for safe secret management.
Kubernetes
|5 min read
How to Decode a Kubernetes Secret
Kubernetes secrets store sensitive data in base64-encoded form. Learn how to safely decode and inspect these secrets using kubectl and command-line tools.