vmware-tanzu / secrets-manager

VMware Secrets Manager 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/
https://vsecm.com/
BSD 2-Clause "Simplified" License
134 stars 24 forks source link

Created a ./lib folder for reusable modules. #1008

Closed v0lkan closed 2 weeks ago

v0lkan commented 2 weeks ago

Description

This PR creates a ./lib folder for the code that is independent of the project and may be either converted to a standalone repository, or can be imported and used by other projects without directly relying on the VSecM components.

Modules ported to ./lib:

Test Policy Compliance

Code Quality

Documentation

Checklist

Before you submit this PR, please make sure:

By submitting this pull request, you confirm that my contribution is made under the terms of the project's license and that you have the authority to grant these rights.


Thank you for your contribution to VMware Secrets Manager 🐢⚡️!

vmwclabot commented 2 weeks ago

@v0lkan, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.