OpsCanary
Learn/DevSecOps/Secrets Management
DevSecOps

Secrets Management

2 articles from official documentation

Practitioner2 articles
securitysecretsPractitioner

Mastering Secrets Management with External Secrets Operator

In a world where security is paramount, managing secrets effectively is crucial. The External Secrets Operator (ESO) seamlessly integrates external secret management systems with Kubernetes, allowing you to fetch and sync secrets effortlessly. Discover how it works and what you need to watch out for in production.

  • Understand the role of SecretStore to separate authentication from secret management.
  • Use `spec.secretStoreRef` in ExternalSecrets to link to the correct SecretStore.
5 min read·External Secrets Docs
Read article
securitysecretsPractitioner

Mastering Database Secrets Engine: Dynamic Credentials in Action

Database secrets engines are crucial for managing database access securely. By leveraging dynamic roles, you can eliminate hardcoded credentials and automate credential rotation. Discover how to implement this effectively in your environment.

  • Leverage dynamic roles to eliminate hardcoded credentials in your applications.
  • Schedule automatic credential rotation using the `rotation_schedule` parameter.
5 min read·HashiCorp Docs
Read article