Coder Social home page Coder Social logo

v0lkan / secrets-manager Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vmware-tanzu/secrets-manager

0.0 0.0 0.0 24.06 MB

VMware Secrets Manager for Cloud-Native Apps is a lightweight secrets manager to protect your sensitive data. It’s perfect for edge deployments where energy and footprint requirements are strict—See more: https://vsecm.com/

Home Page: https://vsecm.com/

License: BSD 2-Clause "Simplified" License

Shell 7.73% Go 73.50% Makefile 10.08% Smarty 1.98% Dockerfile 6.71%

secrets-manager's Introduction

VMware Secrets Manager for Cloud-Native Apps

OpenSSF Best Practices Version Contributors Slack Twitch Artifact Hub License Go Report Card Go Coverage Using Better Commits

|   Protect your secrets, protect your sensitive data.
:   Explore VMware Secrets Manager docs at https://vsecm.com/
</
<>/ keep your secrets... secret

The Elevator Pitch

VMware Secrets Manager is a delightfully-secure Kubernetes-native secrets store.

VMware Secrets Manager (VSecM) keeps your secrets secret.

With VMware Secrets Manager, you can rest assured that your sensitive data is always secure and protected.

VMware Secrets Manager is perfect for securely storing arbitrary configuration information at a central location and securely dispatching it to workloads.

Tell Me More

VMware Secrets Manager is a cloud-native secure store for secrets management. It provides a minimal and intuitive API, ensuring practical security without compromising user experience.

VMware Secrets Manager is resilient and secure by default, storing sensitive data in memory and encrypting any data saved to disk.

Endorsed by industry experts, VMware Secrets Manager is a ground-up re-imagination of secrets management, leveraging SPIFFE for authentication and providing a cloud-native way to manage secrets end-to-end.

Getting Your Hands Dirty

Before trying VMware Secrets Manager, you might want to learn about its architecture and design goals.

Once you are ready to start, see the Quickstart guide.

Or, if you are one of those who "learn by doing", you might want to dig into the implementation details later. If that's the case, you can directly jump to the fun part and follow the steps here to install VMware Secrets Manager to your Kubernetes cluster.

Dive Into Example Use Cases

There are several examples demonstrating VMware Secrets Manager sample use cases inside the ./examples/ folder.

Container Images

Pre-built container images of VMware Secrets Manager components can be found at: https://hub.docker.com/u/vsecm.

Build VMware Secrets Manager From the Source

You can also build VMware Secrets Manager from the source.

The Roadmap

We publicly track all VMware Secrets Manager plans on this roadmap page.

You can check it out to get a glimpse of the current planned features and how the future of VMware Secrets Manager looks like.

Status of This Software

VMware Secrets Manager is under dynamic and progressive development.

The code we've officially signed and released maintains a high standard of stability and dependability. However, we do encourage it to be used in a production environment (at your own risk--see LICENSE).

It's important to note that, technically speaking, VMware Secrets Manager currently holds the status of an alpha software. This means that as we journey towards our milestone of v1.0.0, it's possible for changes to occur--both major and minor. While this might mean some aspects are not backward compatible, it's a testament to our unwavering commitment to refining and enhancing VMware Secrets Manager.

In a nutshell, we are ceaselessly pushing the boundaries of what's possible while ensuring our software stays dependable and effective for production use.

🦆🦆🦆 (Docs)

Official documentation on vsecm.com.

A Note on Security

We take VMware Secrets Manager's security seriously. If you believe you have found a vulnerability, please follow this guideline to responsibly disclose it.

A Tour Of VMware Secrets Manager

Check out this quickstart guide for an overview of VMware Secrets Manager.

Community

Open Source is better together.

If you are a security enthusiast, join these communities and let us change the world together 🤘:

Links

General Links

Guides and Tutorials

Installation

Check out this quickstart guide for an overview of VMware Secrets Manager, which also covers installation and uninstallation instructions.

You need a Kubernetes cluster and sufficient admin rights on that cluster to install VMware Secrets Manager.

Usage

Here is a list of step-by-step tutorials covers several usage scenarios that can show you where and how VMware Secrets Manager could be used.

Architecture Details

Check out this VMware Secrets Manager Deep Dive article for an overview of VMware Secrets Manager system design and how each component fits together.

Folder Structure

VSecM == "VMware Secrets Manager for Cloud-Native Apps"

Here are the important folders and files in this repository:

  • ./app: Contains core VSecM components' source code.
    • ./app/init_container: Contains the source code for the VSecM Init Container.
    • ./app/inspector: Contains the source code for the VSecM Inspector.
    • ./app/keygen: Contains the source code for the VSecM Keygen.
    • ./app/safe: Contains the VSecM Safe source code.
    • ./app/sentinel: Contains the source code for the VSecM Sentinel.
    • ./app/sidecar: Contains the source code for the VSecM Sidecar.
  • ./ci: Automation and CI/CD scripts.
  • ./helm-charts: Contains VSecM helm charts.
  • ./core: Contains core modules shared across VSecM components.
  • ./dockerfiles: Contains Dockerfiles for building VSecM container images.
  • ./examples: Contains the source code of example use cases.
  • ./hack: Contains scripts for building, publishing, development , and testing.
  • ./k8s: Contains Kubernetes manifests that are used to deploy VSecM and its use cases.
  • ./sdk: Contains the source code of the VSecM Developer Go SDK.
  • ./sdk-cpp: Contains the source code of the VSecM Developer C++ SDK.
  • ./sdk-java: Contains the source code of the VSecM Developer Java SDK.
  • ./sdk-python: Contains the source code of the VSecM Developer Python SDK.
  • ./sdk-rust: Contains the source code of the VSecM Developer Rust SDK.
  • ./docs: Contains the source code of the VSecM Documentation website (https://vsecm.com).
  • ./CODE_OF_CONDUCT.md: Contains VSecM Code of Conduct.
  • ./CONTRIBUTING_DCO.md: Contains VSecM Contributing Guidelines.
  • ./SECURITY.md: Contains VSecM Security Policy.
  • ./LICENSE: Contains VSecM License.
  • ./Makefile: The Makefile used for building, publishing, deploying, and testing the project.

Changelog

You can find the changelog and migration/upgrade instructions (if any) on VMware Secrets Manager's Changelog Page.

What's Coming Up Next?

You can see the project's progress in this VMware Secrets Manager roadmap.

Code Of Conduct

Be a nice citizen.

Contributing

To contribute to VMware Secrets Manager, follow the contributing guidelines to get started.

Use GitHub issues to request features or file bugs.

Communications

Maintainers

Check out the Maintainers Page for a list of maintainers of VMware Secrets Manager.

Please send your feedback, suggestions, recommendations, and comments to [email protected].

We'd love to have them.

License

BSD 2-Clause License.

secrets-manager's People

Contributors

abhishek44sharma avatar dependabot[bot] avatar elfotografo007 avatar farhan-pasha avatar gurkanguray avatar huseyingulec avatar krishnaduttpanchagnula avatar kuzeykose avatar marikann avatar muratmirgun avatar omergk28 avatar rohatcan avatar sadikkuzu avatar sahinakyol avatar v0lkan avatar vmwghbot avatar yigithankarabulut avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.