awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Secret Management · Awesome GitHub Repositories

5 repos

Awesome GitHub RepositoriesSecret Management

Systems and utilities for the secure storage, injection, and management of sensitive configuration data across application environments.

Explore 5 awesome GitHub repositories matching security & cryptography · Secret Management. Refine with filters or upvote what's useful.

  1. Home
  2. Security & Cryptography
  3. Security
  4. Cryptography and Secrets
  5. Secrets and Credential Management
  6. Secret Management

Awesome Secret Management GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • kubernetes/kubernetes

    kubernetes/kubernetes

    120,673GitHubView on GitHub↗

    Kubernetes is a distributed container orchestration platform that automates the deployment, scaling, and management of containerized applications across clusters of computing nodes. It functions as a declarative infrastructure controller, utilizing a control loop architecture that continuously monitors the current syst

    Injects sensitive configuration data into applications at runtime while maintaining secure storage boundaries.

    Gocncfcontainersgo
  • nodejs/node

    nodejs/node

    115,848GitHubView on GitHub↗

    This project is an open-source JavaScript runtime built on the V8 engine. It provides a comprehensive environment for executing JavaScript code outside of a web browser, offering foundational primitives for process management, multi-core load distribution, and parallel execution through worker threads. The runtime inc

    Enables robust data security through built-in modules for hashing, encryption, decryption, and digital signatures.

    JavaScriptjavascriptjslinux
  • goldbergyoni/nodebestpractices

    goldbergyoni/nodebestpractices

    105,100GitHubView on GitHub↗

    This project provides a comprehensive collection of industry-standard guidelines for developing, testing, and deploying Node.js applications. It covers the entire software lifecycle, offering actionable advice on code style, architectural patterns, and security measures to ensure maintainability and consistency across

    Advises against passing sensitive credentials via build arguments to prevent them from being persisted in container image layers.

    Dockerfilebest-practiceses6eslint
  • bregman-arie/devops-exercises

    bregman-arie/devops-exercises

    81,169GitHubView on GitHub↗

    This project is a comprehensive educational curriculum designed to build proficiency across modern infrastructure, cloud-native technologies, and systems administration. It functions as a reference library and interview preparation resource, offering a structured collection of conceptual questions, practical coding cha

    Shows how to implement secure secret management within GitOps-driven deployment workflows.

    Pythonansibleawsazure
  • DopplerHQ/awesome-interview-questions

    DopplerHQ/awesome-interview-questions

    81,035GitHubView on GitHub↗

    This project is a comprehensive, community-sourced repository of technical interview questions and study materials. It serves as a centralized index for software engineers to prepare for technical assessments, benchmark their personal knowledge, and identify gaps in their expertise across a wide range of programming la

    Automates the delivery of short-lived, time-bound credentials to ensure secure access within dynamic deployment environments.

    android-interview-questionsangularjs-interview-questionsawesome

Explore sub-tags

  • Configuration Access ControlsSecurity mechanisms to restrict modification or deletion of configuration settings.
  • Cryptographic OperationsLibraries and utilities for performing encryption, decryption, and signing tasks within containerized environments.
  • Encrypted Secret BackupsEncrypted files used for secret recovery or cross-environment synchronization.
Environment Variable Injectors
Utilities that inject secrets into process environments at runtime via command-line wrappers.
  • Ephemeral Secret ProvisioningMechanisms for generating short-lived, time-bound credentials for automated environments.
  • IntegrationsPlugins or extensions for managing secrets within specific deployment platforms.
  • Local Secret FallbacksMechanisms for storing and accessing secrets in local encrypted files as an alternative to remote configuration stores.
  • Secret Collection FiltersCommand-line utilities for extracting and transforming subsets of secret configuration data.
  • Secret Export UtilitiesTools for downloading secret collections in various formats.
  • Secret MountsMechanisms for exposing secrets as ephemeral files or pipes within the application runtime environment.
  • Secret Retrieval UtilitiesCommand-line tools for fetching and outputting secret values from configuration stores.
  • Secret Synchronization ToolsUtilities that automate the propagation of secret values across multiple deployment environments or project instances.