Secrets Managers for Kubernetes (Vault (Hashi), Conjur (CyberArk), Platform Specific, etc)

This page summarizes the projects mentioned and recommended in the original post on /r/devops

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • kubernetes-external-secrets

    Discontinued Integrate external secret management systems with Kubernetes

  • Use an operator to manage native k8s secrets - something like https://github.com/external-secrets/kubernetes-external-secrets directly manages the native k8s resources using an external vault solution which is perfectly fine for storing credentials.

  • bank-vaults

    Discontinued A Vault swiss-army knife: A CLI tool to init, unseal and configure Vault (auth methods, secret engines).

  • Encrypted secrets can't be more than a temporary solution. That's why I'm not a fan of SOPS/Sealed Secrets/etc. I think the future for both security and usability is dynamic injection. Vault is the dopeness but I'm not a fan of the upstream Vault Injector -- shared volumes are a step backwards. It's all about the BanzaiCloud Vault Webhook -- secrets **only ever available to the running process**, rotation means: update the value in vault and bounce the pod, done. This is the way.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Securing Kubernetes Secrets with HashiCorp Vault

    2 projects | dev.to | 21 Jun 2022
  • Recommended way of securing AWS secret key and id in K8s secrets for pulling images from AWS ECR

    1 project | /r/aws | 13 Dec 2021
  • Do you have a TODO checklist when creating clusters from scratch?

    2 projects | /r/kubernetes | 8 Nov 2021
  • Secrets usage

    1 project | /r/kubernetes | 5 Nov 2021
  • Cloud password managements

    1 project | /r/devops | 28 Oct 2021